Class SetValidUntilChangeBuilder

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

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

     SetValidUntilChange setValidUntilChange = SetValidUntilChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()