Uses of Class
io.gs2.showcase.model.DisplayItem
Packages that use DisplayItem
-
Uses of DisplayItem in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return DisplayItemModifier and TypeMethodDescriptionstatic DisplayItemDisplayItem.fromJson(com.fasterxml.jackson.databind.JsonNode data) DisplayItem.withDisplayItemId(String displayItemId) DisplayItem.withSalesItem(SalesItem salesItem) DisplayItem.withSalesItemGroup(SalesItemGroup salesItemGroup) DisplayItem.withSalesPeriodEventId(String salesPeriodEventId) Methods in io.gs2.showcase.model that return types with arguments of type DisplayItemMethods in io.gs2.showcase.model with parameters of type DisplayItemMethod parameters in io.gs2.showcase.model with type arguments of type DisplayItemModifier and TypeMethodDescriptionvoidShowcase.setDisplayItems(List<DisplayItem> displayItems) Showcase.withDisplayItems(List<DisplayItem> displayItems)