Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.Product
Packages that use Product
-
Uses of Product in com.alpermulayim.openfoodfacts_spring_boot_starter.responses
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.responses that return ProductModifier and TypeMethodDescriptionOpenFoodFactsResponse.product()
Returns the value of theproduct
record component.Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.responses that return types with arguments of type ProductModifier and TypeMethodDescriptionOpenFoodFactsPageResponse.products()
Returns the value of theproducts
record component.Constructors in com.alpermulayim.openfoodfacts_spring_boot_starter.responses with parameters of type ProductModifierConstructorDescriptionOpenFoodFactsResponse
(String code, Product product, Long status, String statusVerbose) Creates an instance of aOpenFoodFactsResponse
record class.Constructor parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.responses with type arguments of type Product