Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices.OpenPricesProduct
Packages that use OpenPricesProduct
-
Uses of OpenPricesProduct in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices that return OpenPricesProductModifier and TypeMethodDescriptionProductPrice.product()
Returns the value of theproduct
record component.Constructors in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices with parameters of type OpenPricesProductModifierConstructorDescriptionProductPrice
(int id, int productId, int locationId, int proofId, OpenPricesProduct product, OpenPricesProductLocation location, OpenPriceProof proof, String type, String productCode, String productName, String categoryTag, List<String> labelsTags, List<String> originsTags, double price, boolean priceIsDiscounted, Double priceWithoutDiscount, String discountType, Double pricePer, String currency, long locationOsmId, String locationOsmType, LocalDate date, Integer receiptQuantity, String owner, String source, LocalDateTime created, LocalDateTime updated) Creates an instance of aProductPrice
record class.