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
TypeDescription
InsightName

getFolder()

public String getFolder()
Returns
TypeDescription
String

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

setFolder(String folder)

public InsightName.FolderLocationInsightTypeBuilder setFolder(String folder)
Parameter
NameDescription
folderString
Returns
TypeDescription
InsightName.FolderLocationInsightTypeBuilder

setInsightType(String insightType)

public InsightName.FolderLocationInsightTypeBuilder setInsightType(String insightType)
Parameter
NameDescription
insightTypeString
Returns
TypeDescription
InsightName.FolderLocationInsightTypeBuilder

setLocation(String location)

public InsightName.FolderLocationInsightTypeBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
InsightName.FolderLocationInsightTypeBuilder