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