Uses of Class
io.gs2.matchmaking.request.GetBallotByUserIdRequest
Packages that use GetBallotByUserIdRequest
-
Uses of GetBallotByUserIdRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type GetBallotByUserIdRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.getBallotByUserId(GetBallotByUserIdRequest request) voidGs2MatchmakingRestClient.getBallotByUserIdAsync(GetBallotByUserIdRequest request, AsyncAction<AsyncResult<GetBallotByUserIdResult>> callback) -
Uses of GetBallotByUserIdRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return GetBallotByUserIdRequestModifier and TypeMethodDescriptionstatic GetBallotByUserIdRequestGetBallotByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBallotByUserIdRequest.withGatheringName(String gatheringName) GetBallotByUserIdRequest.withNamespaceName(String namespaceName) GetBallotByUserIdRequest.withNumberOfPlayer(Integer numberOfPlayer) GetBallotByUserIdRequest.withRatingName(String ratingName) GetBallotByUserIdRequest.withUserId(String userId)