Uses of Class
com.adobe.aco.model.ProductConfiguration.TypeEnum
-
Packages that use ProductConfiguration.TypeEnum Package Description com.adobe.aco.model -
-
Uses of ProductConfiguration.TypeEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductConfiguration.TypeEnum Modifier and Type Method Description static ProductConfiguration.TypeEnumProductConfiguration.TypeEnum. fromValue(String value)ProductConfiguration.TypeEnumProductConfiguration. getType()Option type.ProductConfiguration.TypeEnumProductConfiguration.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProductConfiguration.TypeEnumProductConfiguration.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductConfiguration.TypeEnum[]ProductConfiguration.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model with parameters of type ProductConfiguration.TypeEnum Modifier and Type Method Description voidProductConfiguration. setType(ProductConfiguration.TypeEnum type)ProductConfigurationProductConfiguration. type(ProductConfiguration.TypeEnum type)voidProductConfiguration.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProductConfiguration.TypeEnum enumeration)
-