Class SetDescriptionChangeBuilder

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

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

     SetDescriptionChange setDescriptionChange = SetDescriptionChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()