Class SetMaxApplicationsPerCustomerChangeBuilder

java.lang.Object
com.commercetools.history.models.change.SetMaxApplicationsPerCustomerChangeBuilder
All Implemented Interfaces:
Builder<SetMaxApplicationsPerCustomerChange>

public class SetMaxApplicationsPerCustomerChangeBuilder extends Object implements Builder<SetMaxApplicationsPerCustomerChange>
SetMaxApplicationsPerCustomerChangeBuilder
Example to create an instance using the builder pattern

     SetMaxApplicationsPerCustomerChange setMaxApplicationsPerCustomerChange = SetMaxApplicationsPerCustomerChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()