| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
EventUpdateResponse |
EventUpdateResponse.clone() |
EventUpdateResponse |
EventUpdateResponse.set(java.lang.String fieldName,
java.lang.Object value) |
EventUpdateResponse |
EventUpdateResponse.setBatchFailures(java.util.List<EventBatchRecordFailure> batchFailures)
Any batch-wide failures which occurred applying updates.
|
EventUpdateResponse |
EventUpdateResponse.setEventFailures(java.util.List<EventRecordFailure> eventFailures)
Any failures updating a particular event.
|
EventUpdateResponse |
EventUpdateResponse.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
EventUpdateResponse |
EventUpdateResponse.setPlayerEvents(java.util.List<PlayerEvent> playerEvents)
The current status of any updated events
|