Uses of Enum Class
com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images.ImageFacet
Packages that use ImageFacet
-
Uses of ImageFacet in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images that return ImageFacetModifier and TypeMethodDescriptionProductImageUploadRequest.facet()
Returns the value of thefacet
record component.static ImageFacet
static ImageFacet
Returns the enum constant of this class with the specified name.static ImageFacet[]
ImageFacet.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images with parameters of type ImageFacetConstructors in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images with parameters of type ImageFacetModifierConstructorDescriptionProductImageUploadRequest
(String productCode, org.springframework.web.multipart.MultipartFile file, ImageFormat imageFormat, ImageFacet facet, Language language) Creates an instance of aProductImageUploadRequest
record class.