Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices.OpenPriceProof
Packages that use OpenPriceProof
-
Uses of OpenPriceProof in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices that return OpenPriceProofModifier and TypeMethodDescriptionProductPrice.proof()
Returns the value of theproof
record component.Constructors in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices with parameters of type OpenPriceProofModifierConstructorDescriptionProductPrice
(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.