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)
Returns a single review.
|
AndroidPublisher.Reviews.List |
list(String packageName)
Returns a list of reviews.
|
AndroidPublisher.Reviews.Reply |
reply(String packageName,
String reviewId,
ReviewsReplyRequest content)
Reply to a single review, or update an existing reply.
|
public AndroidPublisher.Reviews.Get get(String packageName, String reviewId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".reviewId
- IOException
public AndroidPublisher.Reviews.List list(String packageName) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".IOException
public AndroidPublisher.Reviews.Reply reply(String packageName, String reviewId, ReviewsReplyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.packageName
- Unique identifier for the Android app for which we want reviews; for example, "com.spiffygame".reviewId
- content
- the ReviewsReplyRequest
IOException
Copyright © 2011–2020 Google. All rights reserved.