Uses of Class
com.adobe.aco.model.ProductImage
-
Packages that use ProductImage Package Description com.adobe.aco.model -
-
Uses of ProductImage in com.adobe.aco.model
Methods in com.adobe.aco.model that return ProductImage Modifier and Type Method Description ProductImageProductImage. addCustomRolesItem(String customRolesItem)ProductImageProductImage. addRolesItem(ProductImage.RolesEnum rolesItem)ProductImageProductImage. customRoles(List<String> customRoles)static ProductImageProductImage. fromJson(String jsonString)Create an instance of ProductImage given an JSON stringProductImageProductImage. label(String label)ProductImageProductImage. roles(List<ProductImage.RolesEnum> roles)ProductImageProductImage. url(String url)Methods in com.adobe.aco.model that return types with arguments of type ProductImage Modifier and Type Method Description List<ProductImage>FeedProduct. getImages()A list of product images.List<ProductImage>FeedProductUpdate. getImages()A list of product images.Methods in com.adobe.aco.model with parameters of type ProductImage Modifier and Type Method Description FeedProductFeedProduct. addImagesItem(ProductImage imagesItem)FeedProductUpdateFeedProductUpdate. addImagesItem(ProductImage imagesItem)Method parameters in com.adobe.aco.model with type arguments of type ProductImage Modifier and Type Method Description FeedProductFeedProduct. images(List<ProductImage> images)FeedProductUpdateFeedProductUpdate. images(List<ProductImage> images)voidFeedProduct. setImages(List<ProductImage> images)voidFeedProductUpdate. setImages(List<ProductImage> images)
-