public class Walletobjects.Offerclass extends Object
Modifier and Type | Class and Description |
---|---|
class |
Walletobjects.Offerclass.Addmessage |
class |
Walletobjects.Offerclass.Get |
class |
Walletobjects.Offerclass.Insert |
class |
Walletobjects.Offerclass.List |
class |
Walletobjects.Offerclass.Patch |
class |
Walletobjects.Offerclass.Update |
Constructor and Description |
---|
Offerclass() |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Offerclass.Addmessage |
addmessage(String resourceId,
AddMessageRequest content)
Adds a message to the offer class referenced by the given class ID.
|
Walletobjects.Offerclass.Get |
get(String resourceId)
Returns the offer class with the given class ID.
|
Walletobjects.Offerclass.Insert |
insert(OfferClass content)
Inserts an offer class with the given ID and properties.
|
Walletobjects.Offerclass.List |
list()
Returns a list of all offer classes for a given issuer ID.
|
Walletobjects.Offerclass.Patch |
patch(String resourceId,
OfferClass content)
Updates the offer class referenced by the given class ID.
|
Walletobjects.Offerclass.Update |
update(String resourceId,
OfferClass content)
Updates the offer class referenced by the given class ID.
|
public Walletobjects.Offerclass.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.Offerclass.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.Offerclass.Insert insert(OfferClass content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the OfferClass
IOException
public Walletobjects.Offerclass.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Walletobjects.Offerclass.Patch patch(String resourceId, OfferClass 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 OfferClass
IOException
public Walletobjects.Offerclass.Update update(String resourceId, OfferClass 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 OfferClass
IOException
Copyright © 2011–2024 Google. All rights reserved.