Class ShippingMethodAddZoneChangeBuilder

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

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

     ShippingMethodAddZoneChange shippingMethodAddZoneChange = ShippingMethodAddZoneChange.builder()
             .change("{change}")
             .nextValue(nextValueBuilder -> nextValueBuilder)
             .build()