Class InsightTypeConfigName.OrganizationLocationInsightTypeBuilder (2.44.0)

public static class InsightTypeConfigName.OrganizationLocationInsightTypeBuilder

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

Inheritance

java.lang.Object > InsightTypeConfigName.OrganizationLocationInsightTypeBuilder

Constructors

OrganizationLocationInsightTypeBuilder()

protected OrganizationLocationInsightTypeBuilder()

Methods

build()

public InsightTypeConfigName build()
Returns
Type Description
InsightTypeConfigName

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 InsightTypeConfigName.OrganizationLocationInsightTypeBuilder setInsightType(String insightType)
Parameter
Name Description
insightType String
Returns
Type Description
InsightTypeConfigName.OrganizationLocationInsightTypeBuilder

setLocation(String location)

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

setOrganization(String organization)

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