Class LfpMerchantStateName (0.21.0)

public class LfpMerchantStateName implements ResourceName

Inheritance

Object > LfpMerchantStateName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account, String lfpMerchantState)

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

of(String account, String lfpMerchantState)

public static LfpMerchantStateName of(String account, String lfpMerchantState)
Parameters
Name Description
account String
lfpMerchantState String
Returns
Type Description
LfpMerchantStateName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<LfpMerchantStateName> values)

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

Constructors

LfpMerchantStateName() (deprecated)

protected LfpMerchantStateName()

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>

getLfpMerchantState()

public String getLfpMerchantState()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides