| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchModification |
TurnBasedMatchModification.clone() |
TurnBasedMatchModification |
TurnBasedMatch.getCreationDetails()
Details about the match creation.
|
TurnBasedMatchModification |
TurnBasedMatch.getLastUpdateDetails()
Details about the last update to the match.
|
TurnBasedMatchModification |
TurnBasedMatchModification.set(String fieldName,
Object value) |
TurnBasedMatchModification |
TurnBasedMatchModification.setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchModification |
TurnBasedMatchModification.setModifiedTimestampMillis(Long modifiedTimestampMillis)
The timestamp at which they modified the match, in milliseconds since the epoch in UTC.
|
TurnBasedMatchModification |
TurnBasedMatchModification.setParticipantId(String participantId)
The ID of the participant that modified the match.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatch |
TurnBasedMatch.setCreationDetails(TurnBasedMatchModification creationDetails)
Details about the match creation.
|
TurnBasedMatch |
TurnBasedMatch.setLastUpdateDetails(TurnBasedMatchModification lastUpdateDetails)
Details about the last update to the match.
|