Uses of Class
io.gs2.matchmaking.request.VoteMultipleRequest
Packages that use VoteMultipleRequest
-
Uses of VoteMultipleRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type VoteMultipleRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.voteMultiple(VoteMultipleRequest request) voidGs2MatchmakingRestClient.voteMultipleAsync(VoteMultipleRequest request, AsyncAction<AsyncResult<VoteMultipleResult>> callback) -
Uses of VoteMultipleRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return VoteMultipleRequestModifier and TypeMethodDescriptionstatic VoteMultipleRequestVoteMultipleRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) VoteMultipleRequest.withGameResults(List<GameResult> gameResults) VoteMultipleRequest.withNamespaceName(String namespaceName) VoteMultipleRequest.withSignedBallots(List<SignedBallot> signedBallots)