Uses of Class
com.adobe.aco.model.ProductAttribute
-
Packages that use ProductAttribute Package Description com.adobe.aco.model -
-
Uses of ProductAttribute in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductAttribute Modifier and Type Method Description ProductAttributeProductAttribute. addValuesItem(String valuesItem)ProductAttributeProductAttribute. code(String code)static ProductAttributeProductAttribute. fromJson(String jsonString)Create an instance of ProductAttribute given an JSON stringProductAttributeProductAttribute. values(List<String> values)ProductAttributeProductAttribute. variantReferenceId(String variantReferenceId)Methods in com.adobe.aco.model that return types with arguments of type ProductAttribute Modifier and Type Method Description List<ProductAttribute>FeedProduct. getAttributes()A list of product attributes.List<ProductAttribute>FeedProductUpdate. getAttributes()A list of product attributes.Methods in com.adobe.aco.model with parameters of type ProductAttribute Modifier and Type Method Description FeedProductFeedProduct. addAttributesItem(ProductAttribute attributesItem)FeedProductUpdateFeedProductUpdate. addAttributesItem(ProductAttribute attributesItem)Method parameters in com.adobe.aco.model with type arguments of type ProductAttribute Modifier and Type Method Description FeedProductFeedProduct. attributes(List<ProductAttribute> attributes)FeedProductUpdateFeedProductUpdate. attributes(List<ProductAttribute> attributes)voidFeedProduct. setAttributes(List<ProductAttribute> attributes)voidFeedProductUpdate. setAttributes(List<ProductAttribute> attributes)
-