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