Uses of Class
io.gs2.seasonRating.request.GetBallotRequest
Packages that use GetBallotRequest
-
Uses of GetBallotRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type GetBallotRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.getBallot(GetBallotRequest request) voidGs2SeasonRatingRestClient.getBallotAsync(GetBallotRequest request, AsyncAction<AsyncResult<GetBallotResult>> callback) -
Uses of GetBallotRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return GetBallotRequestModifier and TypeMethodDescriptionstatic GetBallotRequestGetBallotRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBallotRequest.withAccessToken(String accessToken) GetBallotRequest.withNamespaceName(String namespaceName) GetBallotRequest.withNumberOfPlayer(Integer numberOfPlayer) GetBallotRequest.withSeasonName(String seasonName) GetBallotRequest.withSessionName(String sessionName)