public class Walletobjects.Giftcardclass extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Walletobjects.Giftcardclass.Addmessage |
class |
Walletobjects.Giftcardclass.Get |
class |
Walletobjects.Giftcardclass.Insert |
class |
Walletobjects.Giftcardclass.List |
class |
Walletobjects.Giftcardclass.Patch |
class |
Walletobjects.Giftcardclass.Update |
| Constructor and Description |
|---|
Giftcardclass() |
| Modifier and Type | Method and Description |
|---|---|
Walletobjects.Giftcardclass.Addmessage |
addmessage(String resourceId,
AddMessageRequest content)
Adds a message to the gift card class referenced by the given class ID.
|
Walletobjects.Giftcardclass.Get |
get(String resourceId)
Returns the gift card class with the given class ID.
|
Walletobjects.Giftcardclass.Insert |
insert(GiftCardClass content)
Inserts an gift card class with the given ID and properties.
|
Walletobjects.Giftcardclass.List |
list()
Returns a list of all gift card classes for a given issuer ID.
|
Walletobjects.Giftcardclass.Patch |
patch(String resourceId,
GiftCardClass content)
Updates the gift card class referenced by the given class ID.
|
Walletobjects.Giftcardclass.Update |
update(String resourceId,
GiftCardClass content)
Updates the gift card class referenced by the given class ID.
|
public Walletobjects.Giftcardclass.Addmessage addmessage(String resourceId, AddMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes from an issuer. This
value should follow the format issuer ID. identifier where the former is issued by Google
and latter is chosen by you. Your unique identifier should only include alphanumeric
characters, '.', '_', or '-'.content - the AddMessageRequestIOExceptionpublic Walletobjects.Giftcardclass.Get get(String resourceId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes from an issuer. This
value should follow the format issuer ID. identifier where the former is issued by Google
and latter is chosen by you. Your unique identifier should only include alphanumeric
characters, '.', '_', or '-'.IOExceptionpublic Walletobjects.Giftcardclass.Insert insert(GiftCardClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the GiftCardClassIOExceptionpublic Walletobjects.Giftcardclass.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Walletobjects.Giftcardclass.Patch patch(String resourceId, GiftCardClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes from an issuer. This
value should follow the format issuer ID. identifier where the former is issued by Google
and latter is chosen by you. Your unique identifier should only include alphanumeric
characters, '.', '_', or '-'.content - the GiftCardClassIOExceptionpublic Walletobjects.Giftcardclass.Update update(String resourceId, GiftCardClass content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resourceId - The unique identifier for a class. This ID must be unique across all classes from an issuer. This
value should follow the format issuer ID. identifier where the former is issued by Google
and latter is chosen by you. Your unique identifier should only include alphanumeric
characters, '.', '_', or '-'.content - the GiftCardClassIOExceptionCopyright © 2011–2025 Google. All rights reserved.