| Package | Description |
|---|---|
| io.gs2.matchmaking.model |
| Modifier and Type | Method and Description |
|---|---|
static WrittenBallot |
WrittenBallot.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
WrittenBallot |
WrittenBallot.withBallot(Ballot ballot) |
WrittenBallot |
WrittenBallot.withGameResults(List<GameResult> gameResults) |
| Modifier and Type | Method and Description |
|---|---|
List<WrittenBallot> |
Vote.getWrittenBallots() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vote.setWrittenBallots(List<WrittenBallot> writtenBallots) |
Vote |
Vote.withWrittenBallots(List<WrittenBallot> writtenBallots) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.