Class InsightTypeName.FolderLocationInsightTypeBuilder (2.45.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
Type Description
InsightTypeName

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 InsightTypeName.FolderLocationInsightTypeBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
InsightTypeName.FolderLocationInsightTypeBuilder

setInsightType(String insightType)

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

setLocation(String location)

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