Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
DeveloperComment |
DeveloperComment.clone() |
DeveloperComment |
Comment.getDeveloperComment()
A comment from a developer.
|
DeveloperComment |
DeveloperComment.set(String fieldName,
Object value) |
DeveloperComment |
DeveloperComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|
DeveloperComment |
DeveloperComment.setText(String text)
The content of the comment, i.e.
|
Modifier and Type | Method and Description |
---|---|
Comment |
Comment.setDeveloperComment(DeveloperComment developerComment)
A comment from a developer.
|