Interface ProductSearchFacetDistinctBucketSortExpression


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

     ProductSearchFacetDistinctBucketSortExpression productSearchFacetDistinctBucketSortExpression = ProductSearchFacetDistinctBucketSortExpression.builder()
             .by(ProductSearchFacetDistinctBucketSortBy.COUNT)
             .order(SearchSortOrder.ASC)
             .build()