Class SearchKeywordsBuilder

java.lang.Object
com.commercetools.api.models.product.SearchKeywordsBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<SearchKeywords>

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

     SearchKeywords searchKeywords = SearchKeywords.builder()
             .plus/^[a-z]{2}(-[A-Z]{2})?$/(/^[a-z]{2}(-[A-Z]{2})?$/Builder -> /^[a-z]{2}(-[A-Z]{2})?$/Builder)
             .build()