target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Reviews.html Maven / Gradle / Ivy
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.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Reviews.Get
class
AndroidPublisher.Reviews.List
class
AndroidPublisher.Reviews.Reply
-
Constructor Summary
Constructors
Constructor and Description
Reviews()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Reviews.Get
get(String packageName,
String reviewId)
Gets a single review.
AndroidPublisher.Reviews.List
list(String packageName)
Lists all reviews.
AndroidPublisher.Reviews.Reply
reply(String packageName,
String reviewId,
ReviewsReplyRequest content)
Replies to a single review, or updates an existing reply.
-
-
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