Class InsightTypeName.FolderLocationInsightTypeBuilder (2.18.0)

public static class InsightTypeName.FolderLocationInsightTypeBuilder

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

Inheritance

java.lang.Object > InsightTypeName.FolderLocationInsightTypeBuilder

Constructors

FolderLocationInsightTypeBuilder()

protected FolderLocationInsightTypeBuilder()

Methods

build()

public InsightTypeName build()
Returns
TypeDescription
InsightTypeName

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 InsightTypeName.FolderLocationInsightTypeBuilder setFolder(String folder)
Parameter
NameDescription
folderString
Returns
TypeDescription
InsightTypeName.FolderLocationInsightTypeBuilder

setInsightType(String insightType)

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

setLocation(String location)

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