Class EntitlementName (3.46.0)

public class EntitlementName implements ResourceName

Inheritance

Object > EntitlementName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account, String customer, String entitlement)

public static String format(String account, String customer, String entitlement)
Parameters
Name Description
account String
customer String
entitlement 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 EntitlementName.Builder newBuilder()
Returns
Type Description
EntitlementName.Builder

of(String account, String customer, String entitlement)

public static EntitlementName of(String account, String customer, String entitlement)
Parameters
Name Description
account String
customer String
entitlement String
Returns
Type Description
EntitlementName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<EntitlementName> values)

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

Constructors

EntitlementName() (deprecated)

protected EntitlementName()

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

getCustomer()

public String getCustomer()
Returns
Type Description
String

getEntitlement()

public String getEntitlement()
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 EntitlementName.Builder toBuilder()
Returns
Type Description
EntitlementName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides