public class AndroidPublisher
extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to "insert" an Edit, make changes as necessary, and then "commit" it.
For more information about this service, see the API Documentation
 This service uses AndroidPublisherRequestInitializer to initialize global parameters via its
 AndroidPublisher.Builder.
 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.ApplicationsThe "applications" collection of methods. | 
| class  | AndroidPublisher.ApprecoveryThe "apprecovery" collection of methods. | 
| static class  | AndroidPublisher.BuilderBuilder for  AndroidPublisher. | 
| class  | AndroidPublisher.EditsThe "edits" collection of methods. | 
| class  | AndroidPublisher.ExternaltransactionsThe "externaltransactions" collection of methods. | 
| class  | AndroidPublisher.GeneratedapksThe "generatedapks" collection of methods. | 
| class  | AndroidPublisher.GrantsThe "grants" collection of methods. | 
| class  | AndroidPublisher.InappproductsThe "inappproducts" collection of methods. | 
| class  | AndroidPublisher.InternalappsharingartifactsThe "internalappsharingartifacts" collection of methods. | 
| class  | AndroidPublisher.MonetizationThe "monetization" collection of methods. | 
| class  | AndroidPublisher.OrdersThe "orders" collection of methods. | 
| class  | AndroidPublisher.PurchasesThe "purchases" collection of methods. | 
| class  | AndroidPublisher.ReviewsThe "reviews" collection of methods. | 
| class  | AndroidPublisher.SystemapksThe "systemapks" collection of methods. | 
| class  | AndroidPublisher.UsersThe "users" collection of methods. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_BASE_URLThe default encoded base URL of the service. | 
| static String | DEFAULT_BATCH_PATHThe default encoded batch path of the service. | 
| static String | DEFAULT_MTLS_ROOT_URLThe default encoded mTLS root URL of the service. | 
| static String | DEFAULT_ROOT_URLThe default encoded root URL of the service. | 
| static String | DEFAULT_SERVICE_PATHThe default encoded service path of the service. | 
| Constructor and Description | 
|---|
| AndroidPublisher(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 | 
|---|---|
| AndroidPublisher.Applications | applications()An accessor for creating requests from the Applications collection. | 
| AndroidPublisher.Apprecovery | apprecovery()An accessor for creating requests from the Apprecovery collection. | 
| AndroidPublisher.Edits | edits()An accessor for creating requests from the Edits collection. | 
| AndroidPublisher.Externaltransactions | externaltransactions()An accessor for creating requests from the Externaltransactions collection. | 
| AndroidPublisher.Generatedapks | generatedapks()An accessor for creating requests from the Generatedapks collection. | 
| AndroidPublisher.Grants | grants()An accessor for creating requests from the Grants collection. | 
| AndroidPublisher.Inappproducts | inappproducts()An accessor for creating requests from the Inappproducts collection. | 
| protected void | initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest) | 
| AndroidPublisher.Internalappsharingartifacts | internalappsharingartifacts()An accessor for creating requests from the Internalappsharingartifacts collection. | 
| AndroidPublisher.Monetization | monetization()An accessor for creating requests from the Monetization collection. | 
| AndroidPublisher.Orders | orders()An accessor for creating requests from the Orders collection. | 
| AndroidPublisher.Purchases | purchases()An accessor for creating requests from the Purchases collection. | 
| AndroidPublisher.Reviews | reviews()An accessor for creating requests from the Reviews collection. | 
| AndroidPublisher.Systemapks | systemapks()An accessor for creating requests from the Systemapks collection. | 
| AndroidPublisher.Users | users()An accessor for creating requests from the Users collection. | 
getJsonFactory, getObjectParserbatch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, getUniverseDomain, validateUniverseDomainpublic 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 AndroidPublisher(com.google.api.client.http.HttpTransport transport,
                        com.google.api.client.json.JsonFactory jsonFactory,
                        com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
 Use AndroidPublisher.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.UrlFetchTransportnewCompatibleTransport from
        com.google.api.client.extensions.android.http.AndroidHttpcom.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()
        jsonFactory - JSON factory, which may be:
        com.google.api.client.json.jackson2.JacksonFactorycom.google.api.client.json.gson.GsonFactorycom.google.api.client.extensions.android.json.AndroidJsonFactoryhttpRequestInitializer - 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.AbstractGoogleClientIOExceptionpublic AndroidPublisher.Applications applications()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Applications.List request = androidpublisher.applications().list(parameters ...)
public AndroidPublisher.Apprecovery apprecovery()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Apprecovery.List request = androidpublisher.apprecovery().list(parameters ...)
public AndroidPublisher.Edits edits()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Edits.List request = androidpublisher.edits().list(parameters ...)
public AndroidPublisher.Externaltransactions externaltransactions()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Externaltransactions.List request = androidpublisher.externaltransactions().list(parameters ...)
public AndroidPublisher.Generatedapks generatedapks()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Generatedapks.List request = androidpublisher.generatedapks().list(parameters ...)
public AndroidPublisher.Grants grants()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Grants.List request = androidpublisher.grants().list(parameters ...)
public AndroidPublisher.Inappproducts inappproducts()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Inappproducts.List request = androidpublisher.inappproducts().list(parameters ...)
public AndroidPublisher.Internalappsharingartifacts internalappsharingartifacts()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Internalappsharingartifacts.List request = androidpublisher.internalappsharingartifacts().list(parameters ...)
public AndroidPublisher.Monetization monetization()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Monetization.List request = androidpublisher.monetization().list(parameters ...)
public AndroidPublisher.Orders orders()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Orders.List request = androidpublisher.orders().list(parameters ...)
public AndroidPublisher.Purchases purchases()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Purchases.List request = androidpublisher.purchases().list(parameters ...)
public AndroidPublisher.Reviews reviews()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Reviews.List request = androidpublisher.reviews().list(parameters ...)
public AndroidPublisher.Systemapks systemapks()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Systemapks.List request = androidpublisher.systemapks().list(parameters ...)
public AndroidPublisher.Users users()
The typical use is:
AndroidPublisher androidpublisher = new AndroidPublisher(...);AndroidPublisher.Users.List request = androidpublisher.users().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.