Class SetTextChangeBuilder

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

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

     SetTextChange setTextChange = SetTextChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()