public class Walletobjects.Loyaltyobject extends Object
Modifier and Type | Class and Description |
---|---|
class |
Walletobjects.Loyaltyobject.Addmessage |
class |
Walletobjects.Loyaltyobject.Get |
class |
Walletobjects.Loyaltyobject.Insert |
class |
Walletobjects.Loyaltyobject.List |
class |
Walletobjects.Loyaltyobject.Modifylinkedofferobjects |
class |
Walletobjects.Loyaltyobject.Patch |
class |
Walletobjects.Loyaltyobject.Update |
Constructor and Description |
---|
Loyaltyobject() |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Loyaltyobject.Addmessage |
addmessage(String resourceId,
AddMessageRequest content)
Adds a message to the loyalty object referenced by the given object ID.
|
Walletobjects.Loyaltyobject.Get |
get(String resourceId)
Returns the loyalty object with the given object ID.
|
Walletobjects.Loyaltyobject.Insert |
insert(LoyaltyObject content)
Inserts an loyalty object with the given ID and properties.
|
Walletobjects.Loyaltyobject.List |
list()
Returns a list of all loyalty objects for a given issuer ID.
|
Walletobjects.Loyaltyobject.Modifylinkedofferobjects |
modifylinkedofferobjects(String resourceId,
ModifyLinkedOfferObjectsRequest content)
Modifies linked offer objects for the loyalty object with the given ID.
|
Walletobjects.Loyaltyobject.Patch |
patch(String resourceId,
LoyaltyObject content)
Updates the loyalty object referenced by the given object ID.
|
Walletobjects.Loyaltyobject.Update |
update(String resourceId,
LoyaltyObject content)
Updates the loyalty object referenced by the given object ID.
|
public Walletobjects.Loyaltyobject.Addmessage addmessage(String resourceId, AddMessageRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resourceId
- The unique identifier for an object. This ID must be unique across all objects 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.Loyaltyobject.Get get(String resourceId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resourceId
- The unique identifier for an object. This ID must be unique across all objects 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.Loyaltyobject.Insert insert(LoyaltyObject content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the LoyaltyObject
IOException
public Walletobjects.Loyaltyobject.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Walletobjects.Loyaltyobject.Modifylinkedofferobjects modifylinkedofferobjects(String resourceId, ModifyLinkedOfferObjectsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.resourceId
- The unique identifier for an object. This ID must be unique across all objects 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 ModifyLinkedOfferObjectsRequest
IOException
public Walletobjects.Loyaltyobject.Patch patch(String resourceId, LoyaltyObject content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resourceId
- The unique identifier for an object. This ID must be unique across all objects 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 LoyaltyObject
IOException
public Walletobjects.Loyaltyobject.Update update(String resourceId, LoyaltyObject content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.resourceId
- The unique identifier for an object. This ID must be unique across all objects 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 LoyaltyObject
IOException
Copyright © 2011–2024 Google. All rights reserved.