Class ProductSearchFacetCountExpressionBuilder

java.lang.Object
com.commercetools.api.models.product_search.ProductSearchFacetCountExpressionBuilder
All Implemented Interfaces:
Builder<ProductSearchFacetCountExpression>

public class ProductSearchFacetCountExpressionBuilder extends Object implements Builder<ProductSearchFacetCountExpression>
ProductSearchFacetCountExpressionBuilder
Example to create an instance using the builder pattern

     ProductSearchFacetCountExpression productSearchFacetCountExpression = ProductSearchFacetCountExpression.builder()
             .count(countBuilder -> countBuilder)
             .build()