Class ProductSearchFacetResultCountBuilder

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

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

     ProductSearchFacetResultCount productSearchFacetResultCount = ProductSearchFacetResultCount.builder()
             .name("{name}")
             .value(0.3)
             .build()