Class ModernMaterialStore.SearchCriteria.Builder
java.lang.Object
com.university.bookstore.api.ModernMaterialStore.SearchCriteria.Builder
- Enclosing class:
ModernMaterialStore.SearchCriteria
Builder for SearchCriteria.
- Since:
- 2024-09-15
- Version:
- 4.0
- Author:
- Navid Mohaghegh
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withCreator(String creator) withPriceRange(Double min, Double max) withYearRange(Integer from, Integer to)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withTitle
-
withCreator
-
withType
-
withPriceRange
-
withYearRange
-
build
-