Uses of Enum Class
com.alpermulayim.openfoodfacts_spring_boot_starter.lang.Language
Packages that use Language
Package
Description
-
Uses of Language in com.alpermulayim.openfoodfacts_spring_boot_starter.lang
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.lang that return Language -
Uses of Language in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images that return LanguageModifier and TypeMethodDescriptionProductImageUploadRequest.language()
Returns the value of thelanguage
record component.Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images with parameters of type LanguageModifier and TypeMethodDescriptionConstructors in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.images with parameters of type LanguageModifierConstructorDescriptionProductImageUploadRequest
(String productCode, org.springframework.web.multipart.MultipartFile file, ImageFormat imageFormat, ImageFacet facet, Language language) Creates an instance of aProductImageUploadRequest
record class. -
Uses of Language in com.alpermulayim.openfoodfacts_spring_boot_starter.utils
Method parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.utils with type arguments of type LanguageModifier and TypeMethodDescriptionUriUtils.productsUri
(String productCode, List<ProductField> fields, Optional<Language> lang)