Uses of Class
com.adobe.aco.model.ProductConfiguration
-
Packages that use ProductConfiguration Package Description com.adobe.aco.model -
-
Uses of ProductConfiguration in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductConfiguration Modifier and Type Method Description ProductConfigurationProductConfiguration. addValuesItem(ProductOptionValue valuesItem)ProductConfigurationProductConfiguration. attributeCode(String attributeCode)ProductConfigurationProductConfiguration. defaultVariantReferenceId(String defaultVariantReferenceId)static ProductConfigurationProductConfiguration. fromJson(String jsonString)Create an instance of ProductConfiguration given an JSON stringProductConfigurationProductConfiguration. label(String label)ProductConfigurationProductConfiguration. type(ProductConfiguration.TypeEnum type)ProductConfigurationProductConfiguration. values(List<ProductOptionValue> values)Methods in com.adobe.aco.model that return types with arguments of type ProductConfiguration Modifier and Type Method Description List<ProductConfiguration>FeedProduct. getConfigurations()Composite products, such as configurable products, must provide a list of product options that a shopper can select (for example, \"color\", \"size\", etc.).List<ProductConfiguration>FeedProductUpdate. getConfigurations()Composite products, such as configurable products, must provide a list of product options that a shopper can select (for example, \"color\", \"size\", etc.).Methods in com.adobe.aco.model with parameters of type ProductConfiguration Modifier and Type Method Description FeedProductFeedProduct. addConfigurationsItem(ProductConfiguration configurationsItem)FeedProductUpdateFeedProductUpdate. addConfigurationsItem(ProductConfiguration configurationsItem)Method parameters in com.adobe.aco.model with type arguments of type ProductConfiguration Modifier and Type Method Description FeedProductFeedProduct. configurations(List<ProductConfiguration> configurations)FeedProductUpdateFeedProductUpdate. configurations(List<ProductConfiguration> configurations)voidFeedProduct. setConfigurations(List<ProductConfiguration> configurations)voidFeedProductUpdate. setConfigurations(List<ProductConfiguration> configurations)
-