Class InsightName.FolderLocationInsightTypeInsightBuilder (2.44.0)

public static class InsightName.FolderLocationInsightTypeInsightBuilder

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

Inheritance

java.lang.Object > InsightName.FolderLocationInsightTypeInsightBuilder

Constructors

FolderLocationInsightTypeInsightBuilder()

protected FolderLocationInsightTypeInsightBuilder()

Methods

build()

public InsightName build()
Returns
Type Description
InsightName

getFolder()

public String getFolder()
Returns
Type Description
String

getInsight()

public String getInsight()
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.FolderLocationInsightTypeInsightBuilder setFolder(String folder)
Parameter
Name Description
folder String
Returns
Type Description
InsightName.FolderLocationInsightTypeInsightBuilder

setInsight(String insight)

public InsightName.FolderLocationInsightTypeInsightBuilder setInsight(String insight)
Parameter
Name Description
insight String
Returns
Type Description
InsightName.FolderLocationInsightTypeInsightBuilder

setInsightType(String insightType)

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

setLocation(String location)

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