Class SetMethodInfoMethodChangeBuilder

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

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

     SetMethodInfoMethodChange setMethodInfoMethodChange = SetMethodInfoMethodChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()