Uses of Class
io.gs2.showcase.result.DescribeRandomDisplayItemsResult
Packages that use DescribeRandomDisplayItemsResult
-
Uses of DescribeRandomDisplayItemsResult in io.gs2.showcase
Methods in io.gs2.showcase that return DescribeRandomDisplayItemsResultModifier and TypeMethodDescriptionGs2ShowcaseRestClient.describeRandomDisplayItems(DescribeRandomDisplayItemsRequest request) Method parameters in io.gs2.showcase with type arguments of type DescribeRandomDisplayItemsResultModifier and TypeMethodDescriptionvoidGs2ShowcaseRestClient.describeRandomDisplayItemsAsync(DescribeRandomDisplayItemsRequest request, AsyncAction<AsyncResult<DescribeRandomDisplayItemsResult>> callback) -
Uses of DescribeRandomDisplayItemsResult in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return DescribeRandomDisplayItemsResultModifier and TypeMethodDescriptionDescribeRandomDisplayItemsResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeRandomDisplayItemsResult.withItems(List<RandomDisplayItem> items)