Uses of Class
io.gs2.seasonRating.request.VoteRequest
Packages that use VoteRequest
-
Uses of VoteRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type VoteRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.vote(VoteRequest request) voidGs2SeasonRatingRestClient.voteAsync(VoteRequest request, AsyncAction<AsyncResult<VoteResult>> callback) -
Uses of VoteRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.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)