Class ShippingMethodChangeActiveChangeBuilder

java.lang.Object
com.commercetools.history.models.change.ShippingMethodChangeActiveChangeBuilder
All Implemented Interfaces:
Builder<ShippingMethodChangeActiveChange>

public class ShippingMethodChangeActiveChangeBuilder extends Object implements Builder<ShippingMethodChangeActiveChange>
ShippingMethodChangeActiveChangeBuilder
Example to create an instance using the builder pattern

     ShippingMethodChangeActiveChange shippingMethodChangeActiveChange = ShippingMethodChangeActiveChange.builder()
             .change("{change}")
             .previousValue(true)
             .nextValue(true)
             .build()