Uses of Class
io.gs2.matchmaking.request.VoteRequest
Packages that use VoteRequest
-
Uses of VoteRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type VoteRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.vote(VoteRequest request) voidGs2MatchmakingRestClient.voteAsync(VoteRequest request, AsyncAction<AsyncResult<VoteResult>> callback) -
Uses of VoteRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return VoteRequestModifier and TypeMethodDescriptionstatic VoteRequestVoteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) VoteRequest.withBallotBody(String ballotBody) VoteRequest.withBallotSignature(String ballotSignature) VoteRequest.withGameResults(List<GameResult> gameResults) VoteRequest.withNamespaceName(String namespaceName)