Uses of Class
com.university.bookstore.api.ModernMaterialStore.SearchCriteria.Builder
Packages that use ModernMaterialStore.SearchCriteria.Builder
-
Uses of ModernMaterialStore.SearchCriteria.Builder in com.university.bookstore.api
Methods in com.university.bookstore.api that return ModernMaterialStore.SearchCriteria.BuilderModifier and TypeMethodDescriptionModernMaterialStore.SearchCriteria.builder()Creates a new builder.ModernMaterialStore.SearchCriteria.Builder.withCreator(String creator) ModernMaterialStore.SearchCriteria.Builder.withPriceRange(Double min, Double max) ModernMaterialStore.SearchCriteria.Builder.withType(Material.MaterialType type) ModernMaterialStore.SearchCriteria.Builder.withYearRange(Integer from, Integer to)