Class SetStatusInterfaceTextChangeBuilder

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

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

     SetStatusInterfaceTextChange setStatusInterfaceTextChange = SetStatusInterfaceTextChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()