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