Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Timestamp |
Timestamp.clone() |
Timestamp |
ReviewReplyResult.getLastEdited()
The time at which the reply took effect.
|
Timestamp |
UserComment.getLastModified()
The last time at which this comment was updated.
|
Timestamp |
DeveloperComment.getLastModified()
The last time at which this comment was updated.
|
Timestamp |
Timestamp.set(String fieldName,
Object value) |
Timestamp |
Timestamp.setNanos(Integer nanos) |
Timestamp |
Timestamp.setSeconds(Long seconds) |
Modifier and Type | Method and Description |
---|---|
ReviewReplyResult |
ReviewReplyResult.setLastEdited(Timestamp lastEdited)
The time at which the reply took effect.
|
UserComment |
UserComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|
DeveloperComment |
DeveloperComment.setLastModified(Timestamp lastModified)
The last time at which this comment was updated.
|
Copyright © 2011–2020 Google. All rights reserved.