Class ChangeDescriptionChangeBuilder

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

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

     ChangeDescriptionChange changeDescriptionChange = ChangeDescriptionChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()