Class ProductSearchSuggestionCompletionExpressionValueBuilder

java.lang.Object
com.commercetools.api.models.product_search.ProductSearchSuggestionCompletionExpressionValueBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ProductSearchSuggestionCompletionExpressionValue>

public class ProductSearchSuggestionCompletionExpressionValueBuilder extends Object implements io.vrap.rmf.base.client.Builder<ProductSearchSuggestionCompletionExpressionValue>
ProductSearchSuggestionCompletionExpressionValueBuilder
Example to create an instance using the builder pattern

     ProductSearchSuggestionCompletionExpressionValue productSearchSuggestionCompletionExpressionValue = ProductSearchSuggestionCompletionExpressionValue.builder()
             .name("{name}")
             .field("{field}")
             .prefix("{prefix}")
             .build()