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