Uses of Class
io.gs2.showcase.model.RandomDisplayItem
Packages that use RandomDisplayItem
-
Uses of RandomDisplayItem in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return RandomDisplayItemModifier and TypeMethodDescriptionstatic RandomDisplayItemRandomDisplayItem.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomDisplayItem.withAcquireActions(List<AcquireAction> acquireActions) RandomDisplayItem.withConsumeActions(List<ConsumeAction> consumeActions) RandomDisplayItem.withCurrentPurchaseCount(Integer currentPurchaseCount) RandomDisplayItem.withMaximumPurchaseCount(Integer maximumPurchaseCount) RandomDisplayItem.withMetadata(String metadata) RandomDisplayItem.withShowcaseName(String showcaseName) -
Uses of RandomDisplayItem in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return RandomDisplayItemModifier and TypeMethodDescriptionDecrementPurchaseCountByStampSheetResult.getItem()DecrementPurchaseCountByUserIdResult.getItem()GetRandomDisplayItemByUserIdResult.getItem()GetRandomDisplayItemResult.getItem()IncrementPurchaseCountByStampTaskResult.getItem()IncrementPurchaseCountByUserIdResult.getItem()RandomShowcaseBuyByUserIdResult.getItem()RandomShowcaseBuyResult.getItem()Methods in io.gs2.showcase.result that return types with arguments of type RandomDisplayItemModifier and TypeMethodDescriptionDescribeRandomDisplayItemsByUserIdResult.getItems()DescribeRandomDisplayItemsResult.getItems()ForceReDrawByUserIdByStampSheetResult.getItems()ForceReDrawByUserIdResult.getItems()Methods in io.gs2.showcase.result with parameters of type RandomDisplayItemModifier and TypeMethodDescriptionvoidDecrementPurchaseCountByStampSheetResult.setItem(RandomDisplayItem item) voidDecrementPurchaseCountByUserIdResult.setItem(RandomDisplayItem item) voidGetRandomDisplayItemByUserIdResult.setItem(RandomDisplayItem item) voidGetRandomDisplayItemResult.setItem(RandomDisplayItem item) voidIncrementPurchaseCountByStampTaskResult.setItem(RandomDisplayItem item) voidIncrementPurchaseCountByUserIdResult.setItem(RandomDisplayItem item) voidRandomShowcaseBuyByUserIdResult.setItem(RandomDisplayItem item) voidRandomShowcaseBuyResult.setItem(RandomDisplayItem item) DecrementPurchaseCountByStampSheetResult.withItem(RandomDisplayItem item) DecrementPurchaseCountByUserIdResult.withItem(RandomDisplayItem item) GetRandomDisplayItemByUserIdResult.withItem(RandomDisplayItem item) GetRandomDisplayItemResult.withItem(RandomDisplayItem item) IncrementPurchaseCountByStampTaskResult.withItem(RandomDisplayItem item) IncrementPurchaseCountByUserIdResult.withItem(RandomDisplayItem item) RandomShowcaseBuyByUserIdResult.withItem(RandomDisplayItem item) RandomShowcaseBuyResult.withItem(RandomDisplayItem item) Method parameters in io.gs2.showcase.result with type arguments of type RandomDisplayItemModifier and TypeMethodDescriptionvoidDescribeRandomDisplayItemsByUserIdResult.setItems(List<RandomDisplayItem> items) voidDescribeRandomDisplayItemsResult.setItems(List<RandomDisplayItem> items) voidForceReDrawByUserIdByStampSheetResult.setItems(List<RandomDisplayItem> items) voidForceReDrawByUserIdResult.setItems(List<RandomDisplayItem> items) DescribeRandomDisplayItemsByUserIdResult.withItems(List<RandomDisplayItem> items) DescribeRandomDisplayItemsResult.withItems(List<RandomDisplayItem> items) ForceReDrawByUserIdByStampSheetResult.withItems(List<RandomDisplayItem> items) ForceReDrawByUserIdResult.withItems(List<RandomDisplayItem> items)