Uses of Class
io.gs2.showcase.request.GetRandomDisplayItemRequest
Packages that use GetRandomDisplayItemRequest
-
Uses of GetRandomDisplayItemRequest in io.gs2.showcase
Methods in io.gs2.showcase with parameters of type GetRandomDisplayItemRequestModifier and TypeMethodDescriptionGs2ShowcaseRestClient.getRandomDisplayItem(GetRandomDisplayItemRequest request) voidGs2ShowcaseRestClient.getRandomDisplayItemAsync(GetRandomDisplayItemRequest request, AsyncAction<AsyncResult<GetRandomDisplayItemResult>> callback) -
Uses of GetRandomDisplayItemRequest in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return GetRandomDisplayItemRequestModifier and TypeMethodDescriptionstatic GetRandomDisplayItemRequestGetRandomDisplayItemRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetRandomDisplayItemRequest.withAccessToken(String accessToken) GetRandomDisplayItemRequest.withDisplayItemName(String displayItemName) GetRandomDisplayItemRequest.withNamespaceName(String namespaceName) GetRandomDisplayItemRequest.withShowcaseName(String showcaseName)