Interface ProductSearchFacetExpression

All Known Subinterfaces:
ProductSearchFacetCountExpression, ProductSearchFacetDistinctExpression, ProductSearchFacetRangesExpression

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

     ProductSearchFacetExpression productSearchFacetExpression = ProductSearchFacetExpression.builder()
             .build()