Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.clone() |
Comment |
Comment.set(java.lang.String fieldName,
java.lang.Object value) |
Comment |
Comment.setDeveloperComment(DeveloperComment developerComment)
A comment from a developer.
|
Comment |
Comment.setUserComment(UserComment userComment)
A comment from a user.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Comment> |
Review.getComments()
A repeated field containing comments for the review.
|
Modifier and Type | Method and Description |
---|---|
Review |
Review.setComments(java.util.List<Comment> comments)
A repeated field containing comments for the review.
|