Class StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder (3.4.0)

public static class StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder

Builder for organizations/{organization}/locations/{location}/storedInfoTypes/{stored_info_type}.

Inheritance

java.lang.Object > StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder

Constructors

OrganizationLocationStoredInfoTypeBuilder()

protected OrganizationLocationStoredInfoTypeBuilder()

Methods

build()

public StoredInfoTypeName build()
Returns
TypeDescription
StoredInfoTypeName

getLocation()

public String getLocation()
Returns
TypeDescription
String

getOrganization()

public String getOrganization()
Returns
TypeDescription
String

getStoredInfoType()

public String getStoredInfoType()
Returns
TypeDescription
String

setLocation(String location)

public StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns

setOrganization(String organization)

public StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder setOrganization(String organization)
Parameter
NameDescription
organizationString
Returns

setStoredInfoType(String storedInfoType)

public StoredInfoTypeName.OrganizationLocationStoredInfoTypeBuilder setStoredInfoType(String storedInfoType)
Parameter
NameDescription
storedInfoTypeString
Returns