| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.clone() |
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.set(String fieldName,
Object value) |
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setAutoMatched(Boolean autoMatched)
True if this participant was auto-matched with the requesting player.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setAutoMatchedPlayer(AnonymousPlayer autoMatchedPlayer)
Information about a player that has been anonymously auto-matched against the requesting
player.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setId(String id)
An identifier for the participant in the scope of the match.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setKind(String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setPlayer(Player player)
Information about the player.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setStatus(String status)
The status of the participant with respect to the match.
|
| Modifier and Type | Method and Description |
|---|---|
List<TurnBasedMatchParticipant> |
TurnBasedMatch.getParticipants()
The participants involved in the match, along with their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatch |
TurnBasedMatch.setParticipants(List<TurnBasedMatchParticipant> participants)
The participants involved in the match, along with their statuses.
|