Class SkuGroupName (3.48.0)

public class SkuGroupName implements ResourceName

Inheritance

Object > SkuGroupName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account, String skuGroup)

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

of(String account, String skuGroup)

public static SkuGroupName of(String account, String skuGroup)
Parameters
Name Description
account String
skuGroup String
Returns
Type Description
SkuGroupName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<SkuGroupName> values)

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

Constructors

SkuGroupName() (deprecated)

protected SkuGroupName()

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>

getSkuGroup()

public String getSkuGroup()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides