Uses of Class
io.gs2.showcase.request.RandomShowcaseBuyRequest
Packages that use RandomShowcaseBuyRequest
-
Uses of RandomShowcaseBuyRequest in io.gs2.showcase
Methods in io.gs2.showcase with parameters of type RandomShowcaseBuyRequestModifier and TypeMethodDescriptionGs2ShowcaseRestClient.randomShowcaseBuy(RandomShowcaseBuyRequest request) voidGs2ShowcaseRestClient.randomShowcaseBuyAsync(RandomShowcaseBuyRequest request, AsyncAction<AsyncResult<RandomShowcaseBuyResult>> callback) -
Uses of RandomShowcaseBuyRequest in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return RandomShowcaseBuyRequestModifier and TypeMethodDescriptionstatic RandomShowcaseBuyRequestRandomShowcaseBuyRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomShowcaseBuyRequest.withAccessToken(String accessToken) RandomShowcaseBuyRequest.withConfig(List<Config> config) RandomShowcaseBuyRequest.withDisplayItemName(String displayItemName) RandomShowcaseBuyRequest.withDuplicationAvoider(String duplicationAvoider) RandomShowcaseBuyRequest.withNamespaceName(String namespaceName) RandomShowcaseBuyRequest.withQuantity(Integer quantity) RandomShowcaseBuyRequest.withShowcaseName(String showcaseName)