Interface ProductSearchFacetCountExpression

All Superinterfaces:
ProductSearchFacetExpression

public interface ProductSearchFacetCountExpression extends ProductSearchFacetExpression
ProductSearchFacetCountExpression
Example to create an instance using the builder pattern

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