| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
VoteResult |
Gs2MatchmakingRestClient.vote(VoteRequest request) |
void |
Gs2MatchmakingRestClient.voteAsync(VoteRequest request,
AsyncAction<AsyncResult<VoteResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
BallotDomain |
NamespaceDomain.vote(VoteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static VoteRequest |
VoteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
VoteRequest |
VoteRequest.withBallotBody(String ballotBody) |
VoteRequest |
VoteRequest.withBallotSignature(String ballotSignature) |
VoteRequest |
VoteRequest.withGameResults(List<GameResult> gameResults) |
VoteRequest |
VoteRequest.withKeyId(String keyId) |
VoteRequest |
VoteRequest.withNamespaceName(String namespaceName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.