Uses of Class
io.gs2.matchmaking.request.DescribeRatingsRequest
Packages that use DescribeRatingsRequest
-
Uses of DescribeRatingsRequest in io.gs2.matchmaking
Methods in io.gs2.matchmaking with parameters of type DescribeRatingsRequestModifier and TypeMethodDescriptionGs2MatchmakingRestClient.describeRatings(DescribeRatingsRequest request) voidGs2MatchmakingRestClient.describeRatingsAsync(DescribeRatingsRequest request, AsyncAction<AsyncResult<DescribeRatingsResult>> callback) -
Uses of DescribeRatingsRequest in io.gs2.matchmaking.request
Methods in io.gs2.matchmaking.request that return DescribeRatingsRequestModifier and TypeMethodDescriptionstatic DescribeRatingsRequestDescribeRatingsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeRatingsRequest.withAccessToken(String accessToken) DescribeRatingsRequest.withNamespaceName(String namespaceName) DescribeRatingsRequest.withPageToken(String pageToken)