Uses of Class
com.adobe.aco.model.ProductOptionValue
-
Packages that use ProductOptionValue Package Description com.adobe.aco.model -
-
Uses of ProductOptionValue in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductOptionValue Modifier and Type Method Description ProductOptionValueProductOptionValue. colorHex(String colorHex)static ProductOptionValueProductOptionValue. fromJson(String jsonString)Create an instance of ProductOptionValue given an JSON stringProductOptionValueProductOptionValue. imageUrl(String imageUrl)ProductOptionValueProductOptionValue. label(String label)ProductOptionValueProductOptionValue. variantReferenceId(String variantReferenceId)Methods in com.adobe.aco.model that return types with arguments of type ProductOptionValue Modifier and Type Method Description List<ProductOptionValue>ProductConfiguration. getValues()A list of option values.Methods in com.adobe.aco.model with parameters of type ProductOptionValue Modifier and Type Method Description ProductConfigurationProductConfiguration. addValuesItem(ProductOptionValue valuesItem)Method parameters in com.adobe.aco.model with type arguments of type ProductOptionValue Modifier and Type Method Description voidProductConfiguration. setValues(List<ProductOptionValue> values)ProductConfigurationProductConfiguration. values(List<ProductOptionValue> values)
-