Uses of Class
io.gs2.matchmaking.result.DescribeRatingModelMastersResult
Packages that use DescribeRatingModelMastersResult
-
Uses of DescribeRatingModelMastersResult in io.gs2.matchmaking
Methods in io.gs2.matchmaking that return DescribeRatingModelMastersResultModifier and TypeMethodDescriptionGs2MatchmakingRestClient.describeRatingModelMasters(DescribeRatingModelMastersRequest request) Method parameters in io.gs2.matchmaking with type arguments of type DescribeRatingModelMastersResultModifier and TypeMethodDescriptionvoidGs2MatchmakingRestClient.describeRatingModelMastersAsync(DescribeRatingModelMastersRequest request, AsyncAction<AsyncResult<DescribeRatingModelMastersResult>> callback) -
Uses of DescribeRatingModelMastersResult in io.gs2.matchmaking.result
Methods in io.gs2.matchmaking.result that return DescribeRatingModelMastersResultModifier and TypeMethodDescriptionDescribeRatingModelMastersResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeRatingModelMastersResult.withItems(List<RatingModelMaster> items) DescribeRatingModelMastersResult.withNextPageToken(String nextPageToken)