Class OfferName (3.46.0)

public class OfferName implements ResourceName

Inheritance

Object > OfferName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account, String offer)

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

of(String account, String offer)

public static OfferName of(String account, String offer)
Parameters
Name Description
account String
offer String
Returns
Type Description
OfferName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<OfferName> values)

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

Constructors

OfferName() (deprecated)

protected OfferName()

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>

getOffer()

public String getOffer()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides