Uses of Class
io.gs2.showcase.request.RandomShowcaseBuyByUserIdRequest
Packages that use RandomShowcaseBuyByUserIdRequest
-
Uses of RandomShowcaseBuyByUserIdRequest in io.gs2.showcase
Methods in io.gs2.showcase with parameters of type RandomShowcaseBuyByUserIdRequestModifier and TypeMethodDescriptionGs2ShowcaseRestClient.randomShowcaseBuyByUserId(RandomShowcaseBuyByUserIdRequest request) voidGs2ShowcaseRestClient.randomShowcaseBuyByUserIdAsync(RandomShowcaseBuyByUserIdRequest request, AsyncAction<AsyncResult<RandomShowcaseBuyByUserIdResult>> callback) -
Uses of RandomShowcaseBuyByUserIdRequest in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return RandomShowcaseBuyByUserIdRequestModifier and TypeMethodDescriptionRandomShowcaseBuyByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomShowcaseBuyByUserIdRequest.withConfig(List<Config> config) RandomShowcaseBuyByUserIdRequest.withDisplayItemName(String displayItemName) RandomShowcaseBuyByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) RandomShowcaseBuyByUserIdRequest.withNamespaceName(String namespaceName) RandomShowcaseBuyByUserIdRequest.withQuantity(Integer quantity) RandomShowcaseBuyByUserIdRequest.withShowcaseName(String showcaseName) RandomShowcaseBuyByUserIdRequest.withUserId(String userId)