| Package | Description |
|---|---|
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
static SignedBallot |
SignedBallot.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SignedBallot |
SignedBallot.withBody(String body) |
SignedBallot |
SignedBallot.withSignature(String signature) |
| Modifier and Type | Method and Description |
|---|---|
List<SignedBallot> |
VoteMultipleRequest.getSignedBallots() |
| Modifier and Type | Method and Description |
|---|---|
void |
VoteMultipleRequest.setSignedBallots(List<SignedBallot> signedBallots) |
VoteMultipleRequest |
VoteMultipleRequest.withSignedBallots(List<SignedBallot> signedBallots) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.