Class BusinessIdentityName (0.2.0)

public class BusinessIdentityName implements ResourceName

Inheritance

Object > BusinessIdentityName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account)

public static String format(String account)
Parameter
Name Description
account String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static BusinessIdentityName.Builder newBuilder()
Returns
Type Description
BusinessIdentityName.Builder

of(String account)

public static BusinessIdentityName of(String account)
Parameter
Name Description
account String
Returns
Type Description
BusinessIdentityName

parse(String formattedString)

public static BusinessIdentityName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
BusinessIdentityName

parseList(List<String> formattedStrings)

public static List<BusinessIdentityName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<BusinessIdentityName>

toStringList(List<BusinessIdentityName> values)

public static List<String> toStringList(List<BusinessIdentityName> values)
Parameter
Name Description
values List<BusinessIdentityName>
Returns
Type Description
List<String>

Constructors

BusinessIdentityName() (deprecated)

protected BusinessIdentityName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAccount()

public String getAccount()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public BusinessIdentityName.Builder toBuilder()
Returns
Type Description
BusinessIdentityName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides