Uses of Class
io.gs2.showcase.result.RandomShowcaseBuyResult
Packages that use RandomShowcaseBuyResult
-
Uses of RandomShowcaseBuyResult in io.gs2.showcase
Methods in io.gs2.showcase that return RandomShowcaseBuyResultModifier and TypeMethodDescriptionGs2ShowcaseRestClient.randomShowcaseBuy(RandomShowcaseBuyRequest request) Method parameters in io.gs2.showcase with type arguments of type RandomShowcaseBuyResultModifier and TypeMethodDescriptionvoidGs2ShowcaseRestClient.randomShowcaseBuyAsync(RandomShowcaseBuyRequest request, AsyncAction<AsyncResult<RandomShowcaseBuyResult>> callback) -
Uses of RandomShowcaseBuyResult in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return RandomShowcaseBuyResultModifier and TypeMethodDescriptionstatic RandomShowcaseBuyResultRandomShowcaseBuyResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomShowcaseBuyResult.withAutoRunStampSheet(Boolean autoRunStampSheet) RandomShowcaseBuyResult.withItem(RandomDisplayItem item) RandomShowcaseBuyResult.withStampSheet(String stampSheet) RandomShowcaseBuyResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) RandomShowcaseBuyResult.withTransactionId(String transactionId)