Uses of Class
com.adobe.aco.model.ProductImage.RolesEnum
-
Packages that use ProductImage.RolesEnum Package Description com.adobe.aco.model -
-
Uses of ProductImage.RolesEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductImage.RolesEnum Modifier and Type Method Description static ProductImage.RolesEnumProductImage.RolesEnum. fromValue(String value)ProductImage.RolesEnumProductImage.RolesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProductImage.RolesEnumProductImage.RolesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductImage.RolesEnum[]ProductImage.RolesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model that return types with arguments of type ProductImage.RolesEnum Modifier and Type Method Description List<ProductImage.RolesEnum>ProductImage. getRoles()Roles associated with this image that determine how the image is used on the storefront.Methods in com.adobe.aco.model with parameters of type ProductImage.RolesEnum Modifier and Type Method Description ProductImageProductImage. addRolesItem(ProductImage.RolesEnum rolesItem)voidProductImage.RolesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProductImage.RolesEnum enumeration)Method parameters in com.adobe.aco.model with type arguments of type ProductImage.RolesEnum Modifier and Type Method Description ProductImageProductImage. roles(List<ProductImage.RolesEnum> roles)voidProductImage. setRoles(List<ProductImage.RolesEnum> roles)
-