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

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

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






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












com.google.api.services.androidpublisher

Class AndroidPublisher.Edits.Details

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

      • Details

        public Details()
    • Method Detail

      • get

        public AndroidPublisher.Edits.Details.Get get(String packageName,
                                                      String editId)
                                               throws IOException
        Gets details of an app. Create a request for the method "details.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
      • patch

        public AndroidPublisher.Edits.Details.Patch patch(String packageName,
                                                          String editId,
                                                          AppDetails content)
                                                   throws IOException
        Patches details of an app. Create a request for the method "details.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.
        content - the AppDetails
        Returns:
        the request
        Throws:
        IOException
      • update

        public AndroidPublisher.Edits.Details.Update update(String packageName,
                                                            String editId,
                                                            AppDetails content)
                                                     throws IOException
        Updates details of an app. Create a request for the method "details.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.
        content - the AppDetails
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy