Class SetCustomerIdChangeBuilder

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

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

     SetCustomerIdChange setCustomerIdChange = SetCustomerIdChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()