Class SetProductCountChangeBuilder

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

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

     SetProductCountChange setProductCountChange = SetProductCountChange.builder()
             .change("{change}")
             .previousValue(1)
             .nextValue(1)
             .build()