Class SearchKeywordBuilder

java.lang.Object
com.commercetools.importapi.models.products.SearchKeywordBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<SearchKeyword>

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

     SearchKeyword searchKeyword = SearchKeyword.builder()
             .text("{text}")
             .build()