public class AndroidPublisher.Reviews
extends java.lang.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(java.lang.String packageName,
java.lang.String reviewId)
Returns a single review.
|
AndroidPublisher.Reviews.List |
list(java.lang.String packageName)
Returns a list of reviews.
|
AndroidPublisher.Reviews.Reply |
reply(java.lang.String packageName,
java.lang.String reviewId,
ReviewsReplyRequest content)
Reply to a single review, or update an existing reply.
|
public AndroidPublisher.Reviews.Get get(java.lang.String packageName, java.lang.String reviewId) throws java.io.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
- java.io.IOException
public AndroidPublisher.Reviews.List list(java.lang.String packageName) throws java.io.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".java.io.IOException
public AndroidPublisher.Reviews.Reply reply(java.lang.String packageName, java.lang.String reviewId, ReviewsReplyRequest content) throws java.io.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
java.io.IOException