Class ProductSearchFacetCountValueBuilder

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

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

     ProductSearchFacetCountValue productSearchFacetCountValue = ProductSearchFacetCountValue.builder()
             .name("{name}")
             .build()