Uses of Class
io.gs2.showcase.result.DescribeRandomShowcaseMastersResult
Packages that use DescribeRandomShowcaseMastersResult
-
Uses of DescribeRandomShowcaseMastersResult in io.gs2.showcase
Methods in io.gs2.showcase that return DescribeRandomShowcaseMastersResultModifier and TypeMethodDescriptionGs2ShowcaseRestClient.describeRandomShowcaseMasters(DescribeRandomShowcaseMastersRequest request) Method parameters in io.gs2.showcase with type arguments of type DescribeRandomShowcaseMastersResultModifier and TypeMethodDescriptionvoidGs2ShowcaseRestClient.describeRandomShowcaseMastersAsync(DescribeRandomShowcaseMastersRequest request, AsyncAction<AsyncResult<DescribeRandomShowcaseMastersResult>> callback) -
Uses of DescribeRandomShowcaseMastersResult in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return DescribeRandomShowcaseMastersResultModifier and TypeMethodDescriptionDescribeRandomShowcaseMastersResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeRandomShowcaseMastersResult.withItems(List<RandomShowcaseMaster> items) DescribeRandomShowcaseMastersResult.withNextPageToken(String nextPageToken)