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

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

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






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












com.google.api.services.androidpublisher

Class AndroidPublisher.Edits.Listings

  • java.lang.Object
    • com.google.api.services.androidpublisher.AndroidPublisher.Edits.Listings
    • Constructor Detail

      • Listings

        public Listings()
    • Method Detail

      • delete

        public AndroidPublisher.Edits.Listings.Delete delete(String packageName,
                                                             String editId,
                                                             String language)
                                                      throws IOException
        Deletes a localized store listing. Create a request for the method "listings.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.
        language - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
        Returns:
        the request
        Throws:
        IOException
      • deleteall

        public AndroidPublisher.Edits.Listings.Deleteall deleteall(String packageName,
                                                                   String editId)
                                                            throws IOException
        Deletes all store listings. Create a request for the method "listings.deleteall". 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.Listings.Get get(String packageName,
                                                       String editId,
                                                       String language)
                                                throws IOException
        Gets a localized store listing. Create a request for the method "listings.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.
        language - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidPublisher.Edits.Listings.List list(String packageName,
                                                         String editId)
                                                  throws IOException
        Lists all localized store listings. Create a request for the method "listings.list". 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
      • patch

        public AndroidPublisher.Edits.Listings.Patch patch(String packageName,
                                                           String editId,
                                                           String language,
                                                           Listing content)
                                                    throws IOException
        Patches a localized store listing. Create a request for the method "listings.patch". 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.
        language - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
        content - the Listing
        Returns:
        the request
        Throws:
        IOException
      • update

        public AndroidPublisher.Edits.Listings.Update update(String packageName,
                                                             String editId,
                                                             String language,
                                                             Listing content)
                                                      throws IOException
        Creates or updates a localized store listing. Create a request for the method "listings.update". 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.
        language - Language localization code (a BCP-47 language tag; for example, "de-AT" for Austrian German).
        content - the Listing
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy