
target.apidocs.com.google.api.services.walletobjects.Walletobjects.Eventticketobject.html Maven / Gradle / Ivy
Walletobjects.Eventticketobject (Google Wallet API v1-rev20241017-2.0.0)
com.google.api.services.walletobjects
Class Walletobjects.Eventticketobject
- java.lang.Object
-
- com.google.api.services.walletobjects.Walletobjects.Eventticketobject
-
- Enclosing class:
- Walletobjects
public class Walletobjects.Eventticketobject
extends Object
The "eventticketobject" collection of methods.
-
-
Nested Class Summary
Nested Classes
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 Summary
Constructors
Constructor and Description
Eventticketobject()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
addmessage
public Walletobjects.Eventticketobject.Addmessage addmessage(String resourceId,
AddMessageRequest content)
throws IOException
Adds a message to the event ticket object referenced by the given object ID.
Create a request for the method "eventticketobject.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 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
- Returns:
- the request
- Throws:
IOException
-
get
public Walletobjects.Eventticketobject.Get get(String resourceId)
throws IOException
Returns the event ticket object with the given object ID.
Create a request for the method "eventticketobject.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 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 '-'.
- Returns:
- the request
- Throws:
IOException
-
insert
public Walletobjects.Eventticketobject.Insert insert(EventTicketObject content)
throws IOException
Inserts an event ticket object with the given ID and properties.
Create a request for the method "eventticketobject.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 EventTicketObject
- Returns:
- the request
- Throws:
IOException
-
list
public Walletobjects.Eventticketobject.List list()
throws IOException
Returns a list of all event ticket objects for a given issuer ID.
Create a request for the method "eventticketobject.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
-
modifylinkedofferobjects
public Walletobjects.Eventticketobject.Modifylinkedofferobjects modifylinkedofferobjects(String resourceId,
ModifyLinkedOfferObjectsRequest content)
throws IOException
Modifies linked offer objects for the event ticket object with the given ID.
Create a request for the method "eventticketobject.modifylinkedofferobjects".
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 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
- Returns:
- the request
- Throws:
IOException
-
patch
public Walletobjects.Eventticketobject.Patch patch(String resourceId,
EventTicketObject content)
throws IOException
Updates the event ticket object referenced by the given object ID. This method supports patch
semantics.
Create a request for the method "eventticketobject.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 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
- Returns:
- the request
- Throws:
IOException
-
update
public Walletobjects.Eventticketobject.Update update(String resourceId,
EventTicketObject content)
throws IOException
Updates the event ticket object referenced by the given object ID.
Create a request for the method "eventticketobject.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 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
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy