Class SetLocaleChangeBuilder

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

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

     SetLocaleChange setLocaleChange = SetLocaleChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()