Class SetSalutationChangeBuilder

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

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

     SetSalutationChange setSalutationChange = SetSalutationChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()