
target.apidocs.com.google.api.services.walletobjects.Walletobjects.Eventticketclass.html Maven / Gradle / Ivy
Walletobjects.Eventticketclass (Google Wallet API v1-rev20241017-2.0.0)
com.google.api.services.walletobjects
Class Walletobjects.Eventticketclass
- java.lang.Object
-
- com.google.api.services.walletobjects.Walletobjects.Eventticketclass
-
- Enclosing class:
- Walletobjects
public class Walletobjects.Eventticketclass
extends Object
The "eventticketclass" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Eventticketclass()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
addmessage
public Walletobjects.Eventticketclass.Addmessage addmessage(String resourceId,
AddMessageRequest content)
throws IOException
Adds a message to the event ticket class referenced by the given class ID.
Create a request for the method "eventticketclass.addmessage".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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
- Returns:
- the request
- Throws:
IOException
-
get
public Walletobjects.Eventticketclass.Get get(String resourceId)
throws IOException
Returns the event ticket class with the given class ID.
Create a request for the method "eventticketclass.get".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 '-'.
- Returns:
- the request
- Throws:
IOException
-
insert
public Walletobjects.Eventticketclass.Insert insert(EventTicketClass content)
throws IOException
Inserts an event ticket class with the given ID and properties.
Create a request for the method "eventticketclass.insert".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the EventTicketClass
- Returns:
- the request
- Throws:
IOException
-
list
public Walletobjects.Eventticketclass.List list()
throws IOException
Returns a list of all event ticket classes for a given issuer ID.
Create a request for the method "eventticketclass.list".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
patch
public Walletobjects.Eventticketclass.Patch patch(String resourceId,
EventTicketClass content)
throws IOException
Updates the event ticket class referenced by the given class ID. This method supports patch
semantics.
Create a request for the method "eventticketclass.patch".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 EventTicketClass
- Returns:
- the request
- Throws:
IOException
-
update
public Walletobjects.Eventticketclass.Update update(String resourceId,
EventTicketClass content)
throws IOException
Updates the event ticket class referenced by the given class ID.
Create a request for the method "eventticketclass.update".
This request holds the parameters needed by the walletobjects server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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 EventTicketClass
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy