Class SetCountryChangeBuilder

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

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

     SetCountryChange setCountryChange = SetCountryChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()