Class MerchantReviewName (0.1.0)

public class MerchantReviewName implements ResourceName

Inheritance

Object > MerchantReviewName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account, String name)

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

of(String account, String name)

public static MerchantReviewName of(String account, String name)
Parameters
Name Description
account String
name String
Returns
Type Description
MerchantReviewName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<MerchantReviewName> values)

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

Constructors

MerchantReviewName() (deprecated)

protected MerchantReviewName()

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>

getName()

public String getName()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides