Uses of Class
io.gs2.matchmaking.request.CommitVoteRequest
Packages that use CommitVoteRequest
-
Uses of CommitVoteRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type CommitVoteRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.commitVote(CommitVoteRequest request) voidGs2MatchmakingRestClient.commitVoteAsync(CommitVoteRequest request, AsyncAction<AsyncResult<CommitVoteResult>> callback) -
Uses of CommitVoteRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return CommitVoteRequestModifier and TypeMethodDescriptionstatic CommitVoteRequestCommitVoteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CommitVoteRequest.withGatheringName(String gatheringName) CommitVoteRequest.withNamespaceName(String namespaceName) CommitVoteRequest.withRatingName(String ratingName)