Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Review |
Review.clone() |
Review |
Review.set(String fieldName,
Object value) |
Review |
Review.setAuthorName(String authorName)
The name of the user who wrote the review.
|
Review |
Review.setComments(List<Comment> comments)
A repeated field containing comments for the review.
|
Review |
Review.setReviewId(String reviewId)
Unique identifier for this review.
|
Modifier and Type | Method and Description |
---|---|
List<Review> |
ReviewsListResponse.getReviews()
List of reviews.
|
Modifier and Type | Method and Description |
---|---|
ReviewsListResponse |
ReviewsListResponse.setReviews(List<Review> reviews)
List of reviews.
|
Copyright © 2011–2025 Google. All rights reserved.