Class ShippingMethodSetPredicateChangeBuilder

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

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

     ShippingMethodSetPredicateChange shippingMethodSetPredicateChange = ShippingMethodSetPredicateChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()