Uses of Class
io.gs2.matchmaking.request.GetBallotRequest
Packages that use GetBallotRequest
-
Uses of GetBallotRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type GetBallotRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.getBallot(GetBallotRequest request) voidGs2MatchmakingRestClient.getBallotAsync(GetBallotRequest request, AsyncAction<AsyncResult<GetBallotResult>> callback) -
Uses of GetBallotRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return GetBallotRequestModifier and TypeMethodDescriptionstatic GetBallotRequestGetBallotRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBallotRequest.withAccessToken(String accessToken) GetBallotRequest.withGatheringName(String gatheringName) GetBallotRequest.withNamespaceName(String namespaceName) GetBallotRequest.withNumberOfPlayer(Integer numberOfPlayer) GetBallotRequest.withRatingName(String ratingName)