Class StoredInfoTypeName.Builder (3.46.0)

public static class StoredInfoTypeName.Builder

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

Inheritance

java.lang.Object > StoredInfoTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public StoredInfoTypeName build()
Returns
Type Description
StoredInfoTypeName

getOrganization()

public String getOrganization()
Returns
Type Description
String

getStoredInfoType()

public String getStoredInfoType()
Returns
Type Description
String

setOrganization(String organization)

public StoredInfoTypeName.Builder setOrganization(String organization)
Parameter
Name Description
organization String
Returns
Type Description
StoredInfoTypeName.Builder

setStoredInfoType(String storedInfoType)

public StoredInfoTypeName.Builder setStoredInfoType(String storedInfoType)
Parameter
Name Description
storedInfoType String
Returns
Type Description
StoredInfoTypeName.Builder