Uses of Class
io.gs2.showcase.result.GetRandomDisplayItemByUserIdResult
Packages that use GetRandomDisplayItemByUserIdResult
-
Uses of GetRandomDisplayItemByUserIdResult in io.gs2.showcase
Methods in io.gs2.showcase that return GetRandomDisplayItemByUserIdResultModifier and TypeMethodDescriptionGs2ShowcaseRestClient.getRandomDisplayItemByUserId(GetRandomDisplayItemByUserIdRequest request) Method parameters in io.gs2.showcase with type arguments of type GetRandomDisplayItemByUserIdResultModifier and TypeMethodDescriptionvoidGs2ShowcaseRestClient.getRandomDisplayItemByUserIdAsync(GetRandomDisplayItemByUserIdRequest request, AsyncAction<AsyncResult<GetRandomDisplayItemByUserIdResult>> callback) -
Uses of GetRandomDisplayItemByUserIdResult in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return GetRandomDisplayItemByUserIdResultModifier and TypeMethodDescriptionGetRandomDisplayItemByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetRandomDisplayItemByUserIdResult.withItem(RandomDisplayItem item)