public class AndroidPublisher.Reviews extends Object
| Modifier and Type | Class and Description | 
|---|---|
| class  | AndroidPublisher.Reviews.Get | 
| class  | AndroidPublisher.Reviews.List | 
| class  | AndroidPublisher.Reviews.Reply | 
| Constructor and Description | 
|---|
| Reviews() | 
| 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. | 
public AndroidPublisher.Reviews.Get get(String packageName, String reviewId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.reviewId - Unique identifier for a review.IOExceptionpublic AndroidPublisher.Reviews.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.IOExceptionpublic AndroidPublisher.Reviews.Reply reply(String packageName, String reviewId, ReviewsReplyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.packageName - Package name of the app.reviewId - Unique identifier for a review.content - the ReviewsReplyRequestIOExceptionCopyright © 2011–2024 Google. All rights reserved.