Uses of Record Class
com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices.OpenPricesProductLocation
Packages that use OpenPricesProductLocation
-
Uses of OpenPricesProductLocation in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices that return OpenPricesProductLocationModifier and TypeMethodDescriptionProductPrice.location()
Returns the value of thelocation
record component.Constructors in com.alpermulayim.openfoodfacts_spring_boot_starter.dtos.openprices with parameters of type OpenPricesProductLocationModifierConstructorDescriptionProductPrice
(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.