Class SetMaxApplicationsChangeBuilder

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

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

     SetMaxApplicationsChange setMaxApplicationsChange = SetMaxApplicationsChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()