Uses of Class
io.gs2.seasonRating.request.GetBallotByUserIdRequest
Packages that use GetBallotByUserIdRequest
-
Uses of GetBallotByUserIdRequest in io.gs2.seasonRating
Methods in io.gs2.seasonRating with parameters of type GetBallotByUserIdRequestModifier and TypeMethodDescriptionGs2SeasonRatingRestClient.getBallotByUserId(GetBallotByUserIdRequest request) voidGs2SeasonRatingRestClient.getBallotByUserIdAsync(GetBallotByUserIdRequest request, AsyncAction<AsyncResult<GetBallotByUserIdResult>> callback) -
Uses of GetBallotByUserIdRequest in io.gs2.seasonRating.request
Methods in io.gs2.seasonRating.request that return GetBallotByUserIdRequestModifier and TypeMethodDescriptionstatic GetBallotByUserIdRequestGetBallotByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBallotByUserIdRequest.withNamespaceName(String namespaceName) GetBallotByUserIdRequest.withNumberOfPlayer(Integer numberOfPlayer) GetBallotByUserIdRequest.withSeasonName(String seasonName) GetBallotByUserIdRequest.withSessionName(String sessionName) GetBallotByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) GetBallotByUserIdRequest.withUserId(String userId)