Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
UserComment |
UserComment.clone() |
UserComment |
Comment.getUserComment()
A comment from a user.
|
UserComment |
UserComment.set(String fieldName,
Object value) |
UserComment |
UserComment.setAndroidOsVersion(Integer androidOsVersion)
Integer Android SDK version of the user's device at the time the review was written, e.g.
|
UserComment |
UserComment.setAppVersionCode(Integer appVersionCode)
Integer version code of the app as installed at the time the review was written.
|
UserComment |
UserComment.setAppVersionName(String appVersionName)
String version name of the app as installed at the time the review was written.
|
UserComment |
UserComment.setDevice(String device)
Codename for the reviewer's device, e.g.
|
UserComment |
UserComment.setDeviceMetadata(DeviceMetadata deviceMetadata)
Information about the characteristics of the user's device.
|
UserComment |
UserComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|
UserComment |
UserComment.setOriginalText(String originalText)
Untranslated text of the review, where the review was translated.
|
UserComment |
UserComment.setReviewerLanguage(String reviewerLanguage)
Language code for the reviewer.
|
UserComment |
UserComment.setStarRating(Integer starRating)
The star rating associated with the review, from 1 to 5.
|
UserComment |
UserComment.setText(String text)
The content of the comment, i.e.
|
UserComment |
UserComment.setThumbsDownCount(Integer thumbsDownCount)
Number of users who have given this review a thumbs down.
|
UserComment |
UserComment.setThumbsUpCount(Integer thumbsUpCount)
Number of users who have given this review a thumbs up.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setUserComment(UserComment userComment)
A comment from a user.
|
Copyright © 2011–2025 Google. All rights reserved.