| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantResult |
ParticipantResult.clone() |
ParticipantResult |
ParticipantResult.set(String fieldName,
Object value) |
ParticipantResult |
ParticipantResult.setKind(String kind)
Uniquely identifies the type of this resource.
|
ParticipantResult |
ParticipantResult.setParticipantId(String participantId)
The ID of the participant.
|
ParticipantResult |
ParticipantResult.setPlacing(Integer placing)
The placement or ranking of the participant in the match results; a number from one to the
number of participants in the match.
|
ParticipantResult |
ParticipantResult.setResult(String result)
The result of the participant for this match.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParticipantResult> |
TurnBasedMatchResults.getResults()
The match results for the participants in the match.
|
List<ParticipantResult> |
TurnBasedMatch.getResults()
The results reported for this match.
|
List<ParticipantResult> |
TurnBasedMatchTurn.getResults()
The match results for the participants in the match.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchResults |
TurnBasedMatchResults.setResults(List<ParticipantResult> results)
The match results for the participants in the match.
|
TurnBasedMatch |
TurnBasedMatch.setResults(List<ParticipantResult> results)
The results reported for this match.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setResults(List<ParticipantResult> results)
The match results for the participants in the match.
|