Uses of Class
io.gs2.showcase.model.ShowcaseMaster
Packages that use ShowcaseMaster
-
Uses of ShowcaseMaster in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return ShowcaseMasterModifier and TypeMethodDescriptionstatic ShowcaseMasterShowcaseMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) ShowcaseMaster.withCreatedAt(Long createdAt) ShowcaseMaster.withDescription(String description) ShowcaseMaster.withDisplayItems(List<DisplayItemMaster> displayItems) ShowcaseMaster.withMetadata(String metadata) ShowcaseMaster.withRevision(Long revision) ShowcaseMaster.withSalesPeriodEventId(String salesPeriodEventId) ShowcaseMaster.withShowcaseId(String showcaseId) ShowcaseMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.showcase.model with parameters of type ShowcaseMaster -
Uses of ShowcaseMaster in io.gs2.showcase.result
Methods in io.gs2.showcase.result that return ShowcaseMasterModifier and TypeMethodDescriptionCreateShowcaseMasterResult.getItem()DeleteShowcaseMasterResult.getItem()GetShowcaseMasterResult.getItem()UpdateShowcaseMasterResult.getItem()Methods in io.gs2.showcase.result that return types with arguments of type ShowcaseMasterMethods in io.gs2.showcase.result with parameters of type ShowcaseMasterModifier and TypeMethodDescriptionvoidCreateShowcaseMasterResult.setItem(ShowcaseMaster item) voidDeleteShowcaseMasterResult.setItem(ShowcaseMaster item) voidGetShowcaseMasterResult.setItem(ShowcaseMaster item) voidUpdateShowcaseMasterResult.setItem(ShowcaseMaster item) CreateShowcaseMasterResult.withItem(ShowcaseMaster item) DeleteShowcaseMasterResult.withItem(ShowcaseMaster item) GetShowcaseMasterResult.withItem(ShowcaseMaster item) UpdateShowcaseMasterResult.withItem(ShowcaseMaster item) Method parameters in io.gs2.showcase.result with type arguments of type ShowcaseMasterModifier and TypeMethodDescriptionvoidDescribeShowcaseMastersResult.setItems(List<ShowcaseMaster> items) DescribeShowcaseMastersResult.withItems(List<ShowcaseMaster> items)