| Package | Description |
|---|---|
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
static GameResult |
GameResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GameResult |
GameResult.withRank(Integer rank) |
GameResult |
GameResult.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
List<GameResult> |
WrittenBallot.getGameResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
WrittenBallot.setGameResults(List<GameResult> gameResults) |
WrittenBallot |
WrittenBallot.withGameResults(List<GameResult> gameResults) |
| Modifier and Type | Method and Description |
|---|---|
List<GameResult> |
VoteRequest.getGameResults() |
List<GameResult> |
VoteMultipleRequest.getGameResults() |
List<GameResult> |
PutResultRequest.getGameResults() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoteRequest.setGameResults(List<GameResult> gameResults) |
void |
VoteMultipleRequest.setGameResults(List<GameResult> gameResults) |
void |
PutResultRequest.setGameResults(List<GameResult> gameResults) |
VoteRequest |
VoteRequest.withGameResults(List<GameResult> gameResults) |
VoteMultipleRequest |
VoteMultipleRequest.withGameResults(List<GameResult> gameResults) |
PutResultRequest |
PutResultRequest.withGameResults(List<GameResult> gameResults) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.