Uses of Class
io.gs2.showcase.model.RandomShowcaseMaster
Packages that use RandomShowcaseMaster
-
Uses of RandomShowcaseMaster in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return RandomShowcaseMasterModifier and TypeMethodDescriptionstatic RandomShowcaseMasterRandomShowcaseMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomShowcaseMaster.withBaseTimestamp(Long baseTimestamp) RandomShowcaseMaster.withCreatedAt(Long createdAt) RandomShowcaseMaster.withDescription(String description) RandomShowcaseMaster.withDisplayItems(List<RandomDisplayItemModel> displayItems) RandomShowcaseMaster.withMaximumNumberOfChoice(Integer maximumNumberOfChoice) RandomShowcaseMaster.withMetadata(String metadata) RandomShowcaseMaster.withResetIntervalHours(Integer resetIntervalHours) RandomShowcaseMaster.withRevision(Long revision) RandomShowcaseMaster.withSalesPeriodEventId(String salesPeriodEventId) RandomShowcaseMaster.withShowcaseId(String showcaseId) RandomShowcaseMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.showcase.model with parameters of type RandomShowcaseMaster -
Uses of RandomShowcaseMaster in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return RandomShowcaseMasterModifier and TypeMethodDescriptionCreateRandomShowcaseMasterResult.getItem()DeleteRandomShowcaseMasterResult.getItem()GetRandomShowcaseMasterResult.getItem()UpdateRandomShowcaseMasterResult.getItem()Methods in io.gs2.showcase.result that return types with arguments of type RandomShowcaseMasterMethods in io.gs2.showcase.result with parameters of type RandomShowcaseMasterModifier and TypeMethodDescriptionvoidCreateRandomShowcaseMasterResult.setItem(RandomShowcaseMaster item) voidDeleteRandomShowcaseMasterResult.setItem(RandomShowcaseMaster item) voidGetRandomShowcaseMasterResult.setItem(RandomShowcaseMaster item) voidUpdateRandomShowcaseMasterResult.setItem(RandomShowcaseMaster item) CreateRandomShowcaseMasterResult.withItem(RandomShowcaseMaster item) DeleteRandomShowcaseMasterResult.withItem(RandomShowcaseMaster item) GetRandomShowcaseMasterResult.withItem(RandomShowcaseMaster item) UpdateRandomShowcaseMasterResult.withItem(RandomShowcaseMaster item) Method parameters in io.gs2.showcase.result with type arguments of type RandomShowcaseMasterModifier and TypeMethodDescriptionvoidDescribeRandomShowcaseMastersResult.setItems(List<RandomShowcaseMaster> items) DescribeRandomShowcaseMastersResult.withItems(List<RandomShowcaseMaster> items)