| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
ParticipantResult |
ParticipantResult.clone() |
ParticipantResult |
ParticipantResult.set(java.lang.String fieldName,
java.lang.Object value) |
ParticipantResult |
ParticipantResult.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
ParticipantResult |
ParticipantResult.setParticipantId(java.lang.String participantId)
The ID of the participant.
|
ParticipantResult |
ParticipantResult.setPlacing(java.lang.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(java.lang.String result)
The result of the participant for this match.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParticipantResult> |
TurnBasedMatchResults.getResults()
The match results for the participants in the match.
|
java.util.List<ParticipantResult> |
TurnBasedMatch.getResults()
The results reported for this match.
|
java.util.List<ParticipantResult> |
TurnBasedMatchTurn.getResults()
The match results for the participants in the match.
|
| Modifier and Type | Method and Description |
|---|---|
TurnBasedMatchResults |
TurnBasedMatchResults.setResults(java.util.List<ParticipantResult> results)
The match results for the participants in the match.
|
TurnBasedMatch |
TurnBasedMatch.setResults(java.util.List<ParticipantResult> results)
The results reported for this match.
|
TurnBasedMatchTurn |
TurnBasedMatchTurn.setResults(java.util.List<ParticipantResult> results)
The match results for the participants in the match.
|