| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
VoteMultipleResult |
Gs2MatchmakingRestClient.voteMultiple(VoteMultipleRequest request) |
void |
Gs2MatchmakingRestClient.voteMultipleAsync(VoteMultipleRequest request,
AsyncAction<AsyncResult<VoteMultipleResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
BallotDomain |
NamespaceDomain.voteMultiple(VoteMultipleRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static VoteMultipleRequest |
VoteMultipleRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
VoteMultipleRequest |
VoteMultipleRequest.withGameResults(List<GameResult> gameResults) |
VoteMultipleRequest |
VoteMultipleRequest.withKeyId(String keyId) |
VoteMultipleRequest |
VoteMultipleRequest.withNamespaceName(String namespaceName) |
VoteMultipleRequest |
VoteMultipleRequest.withSignedBallots(List<SignedBallot> signedBallots) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.