Uses of Class
com.adobe.aco.model.ProductBundleItem
-
Packages that use ProductBundleItem Package Description com.adobe.aco.model -
-
Uses of ProductBundleItem in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductBundleItem Modifier and Type Method Description static ProductBundleItemProductBundleItem. fromJson(String jsonString)Create an instance of ProductBundleItem given an JSON stringProductBundleItemProductBundleItem. qty(Float qty)ProductBundleItemProductBundleItem. sku(String sku)ProductBundleItemProductBundleItem. userDefinedQty(Boolean userDefinedQty)Methods in com.adobe.aco.model that return types with arguments of type ProductBundleItem Modifier and Type Method Description List<ProductBundleItem>ProductBundle. getItems()A list of individual products that are part of the bundle.Methods in com.adobe.aco.model with parameters of type ProductBundleItem Modifier and Type Method Description ProductBundleProductBundle. addItemsItem(ProductBundleItem itemsItem)Method parameters in com.adobe.aco.model with type arguments of type ProductBundleItem Modifier and Type Method Description ProductBundleProductBundle. items(List<ProductBundleItem> items)voidProductBundle. setItems(List<ProductBundleItem> items)
-