Class InsightName.OrganizationLocationInsightTypeBuilder (2.1.5)

public static class InsightName.OrganizationLocationInsightTypeBuilder

Builder for organizations/{organization}/locations/{location}/insightTypes/{insight_type}.

Inheritance

java.lang.Object > InsightName.OrganizationLocationInsightTypeBuilder

Constructors

OrganizationLocationInsightTypeBuilder()

protected OrganizationLocationInsightTypeBuilder()

Methods

build()

public InsightName build()
Returns
Type Description
InsightName

getInsightType()

public String getInsightType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getOrganization()

public String getOrganization()
Returns
Type Description
String

setInsightType(String insightType)

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

setLocation(String location)

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

setOrganization(String organization)

public InsightName.OrganizationLocationInsightTypeBuilder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
InsightName.OrganizationLocationInsightTypeBuilder