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