Class InsightName.FolderLocationInsightTypeBuilder (2.1.5)

public static class InsightName.FolderLocationInsightTypeBuilder

Builder for folders/{folder}/locations/{location}/insightTypes/{insight_type}.

Inheritance

java.lang.Object > InsightName.FolderLocationInsightTypeBuilder

Constructors

FolderLocationInsightTypeBuilder()

protected FolderLocationInsightTypeBuilder()

Methods

build()

public InsightName build()
Returns
Type Description
InsightName

getFolder()

public String getFolder()
Returns
Type Description
String

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

setFolder(String folder)

public InsightName.FolderLocationInsightTypeBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
InsightName.FolderLocationInsightTypeBuilder

setInsightType(String insightType)

public InsightName.FolderLocationInsightTypeBuilder setInsightType(String insightType)
Parameter
Name Description
insightType String
Returns
Type Description
InsightName.FolderLocationInsightTypeBuilder

setLocation(String location)

public InsightName.FolderLocationInsightTypeBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
InsightName.FolderLocationInsightTypeBuilder