Class ShippingMethodSetKeyChangeBuilder

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

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

     ShippingMethodSetKeyChange shippingMethodSetKeyChange = ShippingMethodSetKeyChange.builder()
             .change("{change}")
             .previousValue("{previousValue}")
             .nextValue("{nextValue}")
             .build()
 
  • Constructor Details

    • ShippingMethodSetKeyChangeBuilder

      public ShippingMethodSetKeyChangeBuilder()
  • Method Details