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

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







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












com.google.api.services.androidpublisher

Class AndroidPublisher.Edits

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Edits
  • Enclosing class:
    AndroidPublisher


    public class AndroidPublisher.Edits
    extends Object
    The "edits" collection of methods.
    • Constructor Detail

      • Edits

        public Edits()
    • Method Detail

      • commit

        public AndroidPublisher.Edits.Commit commit(String packageName,
                                                    String editId)
                                             throws IOException
        Commits an app edit. Create a request for the method "edits.commit". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        editId - Identifier of the edit.
        Returns:
        the request
        Throws:
        IOException
      • delete

        public AndroidPublisher.Edits.Delete delete(String packageName,
                                                    String editId)
                                             throws IOException
        Deletes an app edit. Create a request for the method "edits.delete". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        editId - Identifier of the edit.
        Returns:
        the request
        Throws:
        IOException
      • get

        public AndroidPublisher.Edits.Get get(String packageName,
                                              String editId)
                                       throws IOException
        Gets an app edit. Create a request for the method "edits.get". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        editId - Identifier of the edit.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public AndroidPublisher.Edits.Insert insert(String packageName,
                                                    AppEdit content)
                                             throws IOException
        Creates a new edit for an app. Create a request for the method "edits.insert". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        content - the AppEdit
        Returns:
        the request
        Throws:
        IOException
      • validate

        public AndroidPublisher.Edits.Validate validate(String packageName,
                                                        String editId)
                                                 throws IOException
        Validates an app edit. Create a request for the method "edits.validate". This request holds the parameters needed by the androidpublisher server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        packageName - Package name of the app.
        editId - Identifier of the edit.
        Returns:
        the request
        Throws:
        IOException
      • apks

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Apks.List request = androidpublisher.apks().list(parameters ...)
         
        Returns:
        the resource collection
      • bundles

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Bundles.List request = androidpublisher.bundles().list(parameters ...)
         
        Returns:
        the resource collection
      • countryavailability

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Countryavailability.List request = androidpublisher.countryavailability().list(parameters ...)
         
        Returns:
        the resource collection
      • deobfuscationfiles

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Deobfuscationfiles.List request = androidpublisher.deobfuscationfiles().list(parameters ...)
         
        Returns:
        the resource collection
      • details

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Details.List request = androidpublisher.details().list(parameters ...)
         
        Returns:
        the resource collection
      • expansionfiles

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Expansionfiles.List request = androidpublisher.expansionfiles().list(parameters ...)
         
        Returns:
        the resource collection
      • images

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Images.List request = androidpublisher.images().list(parameters ...)
         
        Returns:
        the resource collection
      • listings

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Listings.List request = androidpublisher.listings().list(parameters ...)
         
        Returns:
        the resource collection
      • testers

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

        The typical use is:

            AndroidPublisher androidpublisher = new AndroidPublisher(...);
            AndroidPublisher.Testers.List request = androidpublisher.testers().list(parameters ...)
         
        Returns:
        the resource collection
      • tracks

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

        The typical use is:

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy