Uses of Class
io.gs2.ranking.request.DescribeScoresRequest
Packages that use DescribeScoresRequest
-
Uses of DescribeScoresRequest in io.gs2.ranking
Methods in io.gs2.ranking with parameters of type DescribeScoresRequestModifier and TypeMethodDescriptionGs2RankingRestClient.describeScores(DescribeScoresRequest request) voidGs2RankingRestClient.describeScoresAsync(DescribeScoresRequest request, AsyncAction<AsyncResult<DescribeScoresResult>> callback) -
Uses of DescribeScoresRequest in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return DescribeScoresRequestModifier and TypeMethodDescriptionstatic DescribeScoresRequestDescribeScoresRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeScoresRequest.withAccessToken(String accessToken) DescribeScoresRequest.withCategoryName(String categoryName) DescribeScoresRequest.withNamespaceName(String namespaceName) DescribeScoresRequest.withPageToken(String pageToken) DescribeScoresRequest.withScorerUserId(String scorerUserId)