| Package | Description |
|---|---|
| io.gs2.matchmaking | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
CommitVoteResult |
Gs2MatchmakingRestClient.commitVote(CommitVoteRequest request) |
void |
Gs2MatchmakingRestClient.commitVoteAsync(CommitVoteRequest request,
AsyncAction<AsyncResult<CommitVoteResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
VoteDomain |
VoteDomain.commit(CommitVoteRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CommitVoteRequest |
CommitVoteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CommitVoteRequest |
CommitVoteRequest.withGatheringName(String gatheringName) |
CommitVoteRequest |
CommitVoteRequest.withNamespaceName(String namespaceName) |
CommitVoteRequest |
CommitVoteRequest.withRatingName(String ratingName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.