Class InsightName.FolderLocationInsightTypeInsightBuilder (2.43.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
TypeDescription
InsightName

getFolder()

public String getFolder()
Returns
TypeDescription
String

getInsight()

public String getInsight()
Returns
TypeDescription
String

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

setFolder(String folder)

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

setInsight(String insight)

public InsightName.FolderLocationInsightTypeInsightBuilder setInsight(String insight)
Parameter
NameDescription
insightString
Returns
TypeDescription
InsightName.FolderLocationInsightTypeInsightBuilder

setInsightType(String insightType)

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

setLocation(String location)

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