Uses of Class
com.alpermulayim.openfoodfacts_spring_boot_starter.requests.openprices.PriceRequest.Builder
Packages that use PriceRequest.Builder
-
Uses of PriceRequest.Builder in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.openprices
Methods in com.alpermulayim.openfoodfacts_spring_boot_starter.requests.openprices that return PriceRequest.BuilderModifier and TypeMethodDescriptionstatic PriceRequest.Builder
PriceRequest.builder()
PriceRequest.Builder.categoryTag
(String categoryTag) PriceRequest.Builder.createdGte
(LocalDateTime createdGte) PriceRequest.Builder.createdLte
(LocalDateTime createdLte) PriceRequest.Builder.discountType
(String discountType) PriceRequest.Builder.labelsTagsContains
(String labelsTagsContains) PriceRequest.Builder.locationId
(Integer locationId) PriceRequest.Builder.locationIdIsNull
(Boolean locationIdIsNull) PriceRequest.Builder.locationOsmId
(Long locationOsmId) PriceRequest.Builder.locationOsmType
(String locationOsmType) PriceRequest.Builder.originsTagsContains
(String originsTagsContains) PriceRequest.Builder.priceIsDiscounted
(Boolean priceIsDiscounted) PriceRequest.Builder.productCategoriesTagsContains
(String productCategoriesTagsContains) PriceRequest.Builder.productCode
(String productCode) PriceRequest.Builder.productIdIsNull
(Boolean productIdIsNull) PriceRequest.Builder.proofIdIsNull
(Boolean proofIdIsNull)