Uses of Enum Class
com.alpermulayim.openfoodfacts_spring_boot_starter.requests.ProductField
Packages that use ProductField
Package
Description
-
Uses of ProductField in com.alpermulayim.openfoodfacts_spring_boot_starter
Method parameters in com.alpermulayim.openfoodfacts_spring_boot_starter with type arguments of type ProductFieldModifier and TypeMethodDescriptionOpenFoodFactsApi.getProduct
(String productCode, List<ProductField> fields) Retrieve Product with setted fields.OpenFoodFactsWebClient.getProduct
(String productCode, List<ProductField> fields) Retrieve Product with setted fields. -
Uses of ProductField in com.alpermulayim.openfoodfacts_spring_boot_starter.requests
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests that return ProductFieldModifier and TypeMethodDescriptionstatic ProductField
Returns the enum constant of this class with the specified name.static ProductField[]
ProductField.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 that return types with arguments of type ProductFieldModifier and TypeMethodDescriptionProductRequest.productFields()
Returns the value of theproductFields
record component.Method parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.requests with type arguments of type ProductFieldConstructor parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.requests with type arguments of type ProductFieldModifierConstructorDescriptionProductRequest
(String productCode, List<ProductField> productFields) Creates an instance of aProductRequest
record class. -
Uses of ProductField in com.alpermulayim.openfoodfacts_spring_boot_starter.utils
Method parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.utils with type arguments of type ProductFieldModifier and TypeMethodDescriptionUriUtils.productsUri
(String productCode, List<ProductField> fields) UriUtils.productsUri
(String productCode, List<ProductField> fields, Optional<Language> lang)