Uses of Class
io.gs2.seasonRating.request.CommitVoteRequest
Packages that use CommitVoteRequest
-
Uses of CommitVoteRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type CommitVoteRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.commitVote(CommitVoteRequest request) voidGs2SeasonRatingRestClient.commitVoteAsync(CommitVoteRequest request, AsyncAction<AsyncResult<CommitVoteResult>> callback) -
Uses of CommitVoteRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return CommitVoteRequestModifier and TypeMethodDescriptionstatic CommitVoteRequestCommitVoteRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CommitVoteRequest.withNamespaceName(String namespaceName) CommitVoteRequest.withSeasonName(String seasonName) CommitVoteRequest.withSessionName(String sessionName)