public class Walletobjects
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
API for issuers to save and manage Google Wallet Objects.
For more information about this service, see the API Documentation
This service uses WalletobjectsRequestInitializer
to initialize global parameters via its
Walletobjects.Builder
.
Modifier and Type | Class and Description |
---|---|
static class |
Walletobjects.Builder
Builder for
Walletobjects . |
class |
Walletobjects.Eventticketclass
The "eventticketclass" collection of methods.
|
class |
Walletobjects.Eventticketobject
The "eventticketobject" collection of methods.
|
class |
Walletobjects.Flightclass
The "flightclass" collection of methods.
|
class |
Walletobjects.Flightobject
The "flightobject" collection of methods.
|
class |
Walletobjects.Genericclass
The "genericclass" collection of methods.
|
class |
Walletobjects.Genericobject
The "genericobject" collection of methods.
|
class |
Walletobjects.Giftcardclass
The "giftcardclass" collection of methods.
|
class |
Walletobjects.Giftcardobject
The "giftcardobject" collection of methods.
|
class |
Walletobjects.Issuer
The "issuer" collection of methods.
|
class |
Walletobjects.Jwt
The "jwt" collection of methods.
|
class |
Walletobjects.Loyaltyclass
The "loyaltyclass" collection of methods.
|
class |
Walletobjects.Loyaltyobject
The "loyaltyobject" collection of methods.
|
class |
Walletobjects.Media
The "media" collection of methods.
|
class |
Walletobjects.Offerclass
The "offerclass" collection of methods.
|
class |
Walletobjects.Offerobject
The "offerobject" collection of methods.
|
class |
Walletobjects.Permissions
The "permissions" collection of methods.
|
class |
Walletobjects.Smarttap
The "smarttap" collection of methods.
|
class |
Walletobjects.Transitclass
The "transitclass" collection of methods.
|
class |
Walletobjects.Transitobject
The "transitobject" collection of methods.
|
class |
Walletobjects.WalletobjectsOperations
The "walletobjects" collection of methods.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_BASE_URL
The default encoded base URL of the service.
|
static String |
DEFAULT_BATCH_PATH
The default encoded batch path of the service.
|
static String |
DEFAULT_MTLS_ROOT_URL
The default encoded mTLS root URL of the service.
|
static String |
DEFAULT_ROOT_URL
The default encoded root URL of the service.
|
static String |
DEFAULT_SERVICE_PATH
The default encoded service path of the service.
|
Constructor and Description |
---|
Walletobjects(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Walletobjects.Eventticketclass |
eventticketclass()
An accessor for creating requests from the Eventticketclass collection.
|
Walletobjects.Eventticketobject |
eventticketobject()
An accessor for creating requests from the Eventticketobject collection.
|
Walletobjects.Flightclass |
flightclass()
An accessor for creating requests from the Flightclass collection.
|
Walletobjects.Flightobject |
flightobject()
An accessor for creating requests from the Flightobject collection.
|
Walletobjects.Genericclass |
genericclass()
An accessor for creating requests from the Genericclass collection.
|
Walletobjects.Genericobject |
genericobject()
An accessor for creating requests from the Genericobject collection.
|
Walletobjects.Giftcardclass |
giftcardclass()
An accessor for creating requests from the Giftcardclass collection.
|
Walletobjects.Giftcardobject |
giftcardobject()
An accessor for creating requests from the Giftcardobject collection.
|
protected void |
initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest) |
Walletobjects.Issuer |
issuer()
An accessor for creating requests from the Issuer collection.
|
Walletobjects.Jwt |
jwt()
An accessor for creating requests from the Jwt collection.
|
Walletobjects.Loyaltyclass |
loyaltyclass()
An accessor for creating requests from the Loyaltyclass collection.
|
Walletobjects.Loyaltyobject |
loyaltyobject()
An accessor for creating requests from the Loyaltyobject collection.
|
Walletobjects.Media |
media()
An accessor for creating requests from the Media collection.
|
Walletobjects.Offerclass |
offerclass()
An accessor for creating requests from the Offerclass collection.
|
Walletobjects.Offerobject |
offerobject()
An accessor for creating requests from the Offerobject collection.
|
Walletobjects.Permissions |
permissions()
An accessor for creating requests from the Permissions collection.
|
Walletobjects.Smarttap |
smarttap()
An accessor for creating requests from the Smarttap collection.
|
Walletobjects.Transitclass |
transitclass()
An accessor for creating requests from the Transitclass collection.
|
Walletobjects.Transitobject |
transitobject()
An accessor for creating requests from the Transitobject collection.
|
Walletobjects.WalletobjectsOperations |
walletobjects()
An accessor for creating requests from the WalletobjectsOperations collection.
|
getJsonFactory, getObjectParser
public static final String DEFAULT_ROOT_URL
public static final String DEFAULT_MTLS_ROOT_URL
public static final String DEFAULT_SERVICE_PATH
public static final String DEFAULT_BATCH_PATH
public static final String DEFAULT_BASE_URL
public Walletobjects(com.google.api.client.http.HttpTransport transport, com.google.api.client.json.JsonFactory jsonFactory, com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Use Walletobjects.Builder
if you need to specify any of the optional parameters.
transport
- HTTP transport, which should normally be:
com.google.api.client.extensions.appengine.http.UrlFetchTransport
newCompatibleTransport
from
com.google.api.client.extensions.android.http.AndroidHttp
com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()
jsonFactory
- JSON factory, which may be:
com.google.api.client.json.jackson2.JacksonFactory
com.google.api.client.json.gson.GsonFactory
com.google.api.client.extensions.android.json.AndroidJsonFactory
httpRequestInitializer
- HTTP request initializer or null
for noneprotected void initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest) throws IOException
initialize
in class com.google.api.client.googleapis.services.AbstractGoogleClient
IOException
public Walletobjects.Eventticketclass eventticketclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Eventticketclass.List request = walletobjects.eventticketclass().list(parameters ...)
public Walletobjects.Eventticketobject eventticketobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Eventticketobject.List request = walletobjects.eventticketobject().list(parameters ...)
public Walletobjects.Flightclass flightclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Flightclass.List request = walletobjects.flightclass().list(parameters ...)
public Walletobjects.Flightobject flightobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Flightobject.List request = walletobjects.flightobject().list(parameters ...)
public Walletobjects.Genericclass genericclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Genericclass.List request = walletobjects.genericclass().list(parameters ...)
public Walletobjects.Genericobject genericobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Genericobject.List request = walletobjects.genericobject().list(parameters ...)
public Walletobjects.Giftcardclass giftcardclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Giftcardclass.List request = walletobjects.giftcardclass().list(parameters ...)
public Walletobjects.Giftcardobject giftcardobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Giftcardobject.List request = walletobjects.giftcardobject().list(parameters ...)
public Walletobjects.Issuer issuer()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Issuer.List request = walletobjects.issuer().list(parameters ...)
public Walletobjects.Jwt jwt()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Jwt.List request = walletobjects.jwt().list(parameters ...)
public Walletobjects.Loyaltyclass loyaltyclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Loyaltyclass.List request = walletobjects.loyaltyclass().list(parameters ...)
public Walletobjects.Loyaltyobject loyaltyobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Loyaltyobject.List request = walletobjects.loyaltyobject().list(parameters ...)
public Walletobjects.Media media()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Media.List request = walletobjects.media().list(parameters ...)
public Walletobjects.Offerclass offerclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Offerclass.List request = walletobjects.offerclass().list(parameters ...)
public Walletobjects.Offerobject offerobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Offerobject.List request = walletobjects.offerobject().list(parameters ...)
public Walletobjects.Permissions permissions()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Permissions.List request = walletobjects.permissions().list(parameters ...)
public Walletobjects.Smarttap smarttap()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Smarttap.List request = walletobjects.smarttap().list(parameters ...)
public Walletobjects.Transitclass transitclass()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Transitclass.List request = walletobjects.transitclass().list(parameters ...)
public Walletobjects.Transitobject transitobject()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.Transitobject.List request = walletobjects.transitobject().list(parameters ...)
public Walletobjects.WalletobjectsOperations walletobjects()
The typical use is:
Walletobjects walletobjects = new Walletobjects(...);
Walletobjects.WalletobjectsOperations.List request = walletobjects.walletobjects().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.