Uses of Class
com.adobe.aco.model.ProductBundle
-
Packages that use ProductBundle Package Description com.adobe.aco.model -
-
Uses of ProductBundle in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductBundle Modifier and Type Method Description ProductBundleProductBundle. addDefaultItemSkusItem(String defaultItemSkusItem)ProductBundleProductBundle. addItemsItem(ProductBundleItem itemsItem)ProductBundleProductBundle. defaultItemSkus(List<String> defaultItemSkus)static ProductBundleProductBundle. fromJson(String jsonString)Create an instance of ProductBundle given an JSON stringProductBundleProductBundle. group(String group)ProductBundleProductBundle. items(List<ProductBundleItem> items)ProductBundleProductBundle. multiSelect(Boolean multiSelect)ProductBundleProductBundle. required(Boolean required)Methods in com.adobe.aco.model that return types with arguments of type ProductBundle Modifier and Type Method Description List<ProductBundle>FeedProduct. getBundles()Composite products, such as bundle products, must include a list of individual products that are part of the bundle, organized into groups (for example, \"shirts\", \"pants\", \"accessories\").List<ProductBundle>FeedProductUpdate. getBundles()Composite products, such as bundle products, must include a list of individual products that are part of the bundle, organized into groups (for example, \"shirts\", \"pants\", \"accessories\").Methods in com.adobe.aco.model with parameters of type ProductBundle Modifier and Type Method Description FeedProductFeedProduct. addBundlesItem(ProductBundle bundlesItem)FeedProductUpdateFeedProductUpdate. addBundlesItem(ProductBundle bundlesItem)Method parameters in com.adobe.aco.model with type arguments of type ProductBundle Modifier and Type Method Description FeedProductFeedProduct. bundles(List<ProductBundle> bundles)FeedProductUpdateFeedProductUpdate. bundles(List<ProductBundle> bundles)voidFeedProduct. setBundles(List<ProductBundle> bundles)voidFeedProductUpdate. setBundles(List<ProductBundle> bundles)
-