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