Uses of Enum Class
com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images.ImageFormat
Packages that use ImageFormat
-
Uses of ImageFormat in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images that return ImageFormatModifier and TypeMethodDescriptionstatic ImageFormat
ImageFormat.get()
ProductImageUploadRequest.imageFormat()
Returns the value of theimageFormat
record component.static ImageFormat
Returns the enum constant of this class with the specified name.static ImageFormat[]
ImageFormat.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 ImageFormatConstructors in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images with parameters of type ImageFormatModifierConstructorDescriptionProductImageUploadRequest
(String productCode, org.springframework.web.multipart.MultipartFile file, ImageFormat imageFormat, ImageFacet facet, Language language) Creates an instance of aProductImageUploadRequest
record class.