| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.clone() |
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.set(java.lang.String fieldName,
java.lang.Object value) |
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setAutoMatched(java.lang.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(java.lang.String id)
An identifier for the participant in the scope of the match.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setPlayer(Player player)
Information about the player.
|
TurnBasedMatchParticipant |
TurnBasedMatchParticipant.setStatus(java.lang.String status)
The status of the participant with respect to the match.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TurnBasedMatchParticipant> |
TurnBasedMatch.getParticipants()
The participants involved in the match, along with their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatch |
TurnBasedMatch.setParticipants(java.util.List<TurnBasedMatchParticipant> participants)
The participants involved in the match, along with their statuses.
|