Class ProductSearchFacetDistinctExpressionBuilder

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

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

     ProductSearchFacetDistinctExpression productSearchFacetDistinctExpression = ProductSearchFacetDistinctExpression.builder()
             .distinct(distinctBuilder -> distinctBuilder)
             .build()