All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






AndroidPublisher (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher

Class AndroidPublisher

  • java.lang.Object
    • com.google.api.client.googleapis.services.AbstractGoogleClient
      • com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
        • com.google.api.services.androidpublisher.AndroidPublisher


  • public class AndroidPublisher
    extends com.google.api.client.googleapis.services.json.AbstractGoogleJsonClient
    Service definition for AndroidPublisher (v3).

    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.

    Since:
    1.3
    Author:
    Google, Inc.
    • Field Detail

      • DEFAULT_ROOT_URL

        public static final String DEFAULT_ROOT_URL
        The default encoded root URL of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.7
        See Also:
        Constant Field Values
      • DEFAULT_MTLS_ROOT_URL

        public static final String DEFAULT_MTLS_ROOT_URL
        The default encoded mTLS root URL of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.31
        See Also:
        Constant Field Values
      • DEFAULT_SERVICE_PATH

        public static final String DEFAULT_SERVICE_PATH
        The default encoded service path of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.7
        See Also:
        Constant Field Values
      • DEFAULT_BATCH_PATH

        public static final String DEFAULT_BATCH_PATH
        The default encoded batch path of the service. This is determined when the library is generated and normally should not be changed.
        Since:
        1.23
        See Also:
        Constant Field Values
      • DEFAULT_BASE_URL

        public static final String DEFAULT_BASE_URL
        The default encoded base URL of the service. This is determined when the library is generated and normally should not be changed.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AndroidPublisher

        public AndroidPublisher(com.google.api.client.http.HttpTransport transport,
                                com.google.api.client.json.JsonFactory jsonFactory,
                                com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
        Constructor.

        Use AndroidPublisher.Builder if you need to specify any of the optional parameters.

        Parameters:
        transport - HTTP transport, which should normally be:
        • Google App Engine: com.google.api.client.extensions.appengine.http.UrlFetchTransport
        • Android: newCompatibleTransport from com.google.api.client.extensions.android.http.AndroidHttp
        • Java: com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()
        jsonFactory - JSON factory, which may be:
        • Jackson: com.google.api.client.json.jackson2.JacksonFactory
        • Google GSON: com.google.api.client.json.gson.GsonFactory
        • Android Honeycomb or higher: com.google.api.client.extensions.android.json.AndroidJsonFactory
        httpRequestInitializer - HTTP request initializer or null for none
        Since:
        1.7
    • Method Detail

      • initialize

        protected void initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest<?> httpClientRequest)
                           throws IOException
        Overrides:
        initialize in class com.google.api.client.googleapis.services.AbstractGoogleClient
        Throws:
        IOException
      • applications

        public AndroidPublisher.Applications applications()
        An accessor for creating requests from the Applications collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Applications.List request = androidpublisher.applications().list(parameters ...)
         
        Returns:
        the resource collection
      • apprecovery

        public AndroidPublisher.Apprecovery apprecovery()
        An accessor for creating requests from the Apprecovery collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Apprecovery.List request = androidpublisher.apprecovery().list(parameters ...)
         
        Returns:
        the resource collection
      • edits

        public AndroidPublisher.Edits edits()
        An accessor for creating requests from the Edits collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Edits.List request = androidpublisher.edits().list(parameters ...)
         
        Returns:
        the resource collection
      • externaltransactions

        public AndroidPublisher.Externaltransactions externaltransactions()
        An accessor for creating requests from the Externaltransactions collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Externaltransactions.List request = androidpublisher.externaltransactions().list(parameters ...)
         
        Returns:
        the resource collection
      • generatedapks

        public AndroidPublisher.Generatedapks generatedapks()
        An accessor for creating requests from the Generatedapks collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Generatedapks.List request = androidpublisher.generatedapks().list(parameters ...)
         
        Returns:
        the resource collection
      • grants

        public AndroidPublisher.Grants grants()
        An accessor for creating requests from the Grants collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Grants.List request = androidpublisher.grants().list(parameters ...)
         
        Returns:
        the resource collection
      • inappproducts

        public AndroidPublisher.Inappproducts inappproducts()
        An accessor for creating requests from the Inappproducts collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Inappproducts.List request = androidpublisher.inappproducts().list(parameters ...)
         
        Returns:
        the resource collection
      • internalappsharingartifacts

        public AndroidPublisher.Internalappsharingartifacts internalappsharingartifacts()
        An accessor for creating requests from the Internalappsharingartifacts collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Internalappsharingartifacts.List request = androidpublisher.internalappsharingartifacts().list(parameters ...)
         
        Returns:
        the resource collection
      • monetization

        public AndroidPublisher.Monetization monetization()
        An accessor for creating requests from the Monetization collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Monetization.List request = androidpublisher.monetization().list(parameters ...)
         
        Returns:
        the resource collection
      • orders

        public AndroidPublisher.Orders orders()
        An accessor for creating requests from the Orders collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Orders.List request = androidpublisher.orders().list(parameters ...)
         
        Returns:
        the resource collection
      • purchases

        public AndroidPublisher.Purchases purchases()
        An accessor for creating requests from the Purchases collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Purchases.List request = androidpublisher.purchases().list(parameters ...)
         
        Returns:
        the resource collection
      • reviews

        public AndroidPublisher.Reviews reviews()
        An accessor for creating requests from the Reviews collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Reviews.List request = androidpublisher.reviews().list(parameters ...)
         
        Returns:
        the resource collection
      • systemapks

        public AndroidPublisher.Systemapks systemapks()
        An accessor for creating requests from the Systemapks collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Systemapks.List request = androidpublisher.systemapks().list(parameters ...)
         
        Returns:
        the resource collection
      • users

        public AndroidPublisher.Users users()
        An accessor for creating requests from the Users collection.

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Users.List request = androidpublisher.users().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy