Class SetMetaKeywordsChangeBuilder

java.lang.Object
com.commercetools.history.models.change.SetMetaKeywordsChangeBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<SetMetaKeywordsChange>

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

     SetMetaKeywordsChange setMetaKeywordsChange = SetMetaKeywordsChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()