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
TypeDescription
InsightName

getInsightType()

public String getInsightType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

setInsightType(String insightType)

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

setLocation(String location)

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

setOrganization(String organization)

public InsightName.OrganizationLocationInsightTypeBuilder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns
TypeDescription
InsightName.OrganizationLocationInsightTypeBuilder