Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices.ProductPrice
Packages that use ProductPrice
-
Uses of ProductPrice in com.alpermulayim.openfoodfacts_spring_boot_starter.responses.openprices
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.responses.openprices that return types with arguments of type ProductPriceModifier and TypeMethodDescriptionOpenPriceFactsResponse.prices()
Returns the value of theprices
record component.Constructor parameters in com.alpermulayim.openfoodfacts_spring_boot_starter.responses.openprices with type arguments of type ProductPriceModifierConstructorDescriptionOpenPriceFactsResponse
(List<ProductPrice> prices, int page, int pages, int size, int total) Creates an instance of aOpenPriceFactsResponse
record class.