Uses of Class
io.gs2.showcase.request.GetRandomDisplayItemByUserIdRequest
Packages that use GetRandomDisplayItemByUserIdRequest
-
Uses of GetRandomDisplayItemByUserIdRequest in io.gs2.showcase
Methods in io.gs2.showcase with parameters of type GetRandomDisplayItemByUserIdRequestModifier and TypeMethodDescriptionGs2ShowcaseRestClient.getRandomDisplayItemByUserId(GetRandomDisplayItemByUserIdRequest request) voidGs2ShowcaseRestClient.getRandomDisplayItemByUserIdAsync(GetRandomDisplayItemByUserIdRequest request, AsyncAction<AsyncResult<GetRandomDisplayItemByUserIdResult>> callback) -
Uses of GetRandomDisplayItemByUserIdRequest in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return GetRandomDisplayItemByUserIdRequestModifier and TypeMethodDescriptionGetRandomDisplayItemByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetRandomDisplayItemByUserIdRequest.withDisplayItemName(String displayItemName) GetRandomDisplayItemByUserIdRequest.withNamespaceName(String namespaceName) GetRandomDisplayItemByUserIdRequest.withShowcaseName(String showcaseName) GetRandomDisplayItemByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) GetRandomDisplayItemByUserIdRequest.withUserId(String userId)