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 AddMessageRequest
IOException
public 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 '-'.IOException
public Walletobjects.Giftcardclass.Insert insert(GiftCardClass content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the GiftCardClass
IOException
public Walletobjects.Giftcardclass.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public 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 GiftCardClass
IOException
public 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 GiftCardClass
IOException
Copyright © 2011–2024 Google. All rights reserved.