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

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

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






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












com.google.api.services.androidpublisher

Class AndroidPublisher.Reviews

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


    public class AndroidPublisher.Reviews
    extends Object
    The "reviews" collection of methods.
    • Constructor Detail

      • Reviews

        public Reviews()
    • Method Detail

      • get

        public AndroidPublisher.Reviews.Get get(String packageName,
                                                String reviewId)
                                         throws IOException
        Gets a single review. Create a request for the method "reviews.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.
        reviewId - Unique identifier for a review.
        Returns:
        the request
        Throws:
        IOException
      • list

        public AndroidPublisher.Reviews.List list(String packageName)
                                           throws IOException
        Lists all reviews. Create a request for the method "reviews.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.
        Returns:
        the request
        Throws:
        IOException
      • reply

        public AndroidPublisher.Reviews.Reply reply(String packageName,
                                                    String reviewId,
                                                    ReviewsReplyRequest content)
                                             throws IOException
        Replies to a single review, or updates an existing reply. Create a request for the method "reviews.reply". 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.
        reviewId - Unique identifier for a review.
        content - the ReviewsReplyRequest
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy