Class SetStoreModeChangeBuilder

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

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

     SetStoreModeChange setStoreModeChange = SetStoreModeChange.builder()
             .change("{change}")
             .previousValue(BusinessUnitStoreMode.EXPLICIT)
             .nextValue(BusinessUnitStoreMode.EXPLICIT)
             .build()