Class ShippingMethodChangeIsDefaultActionBuilder

java.lang.Object
com.commercetools.api.models.shipping_method.ShippingMethodChangeIsDefaultActionBuilder
All Implemented Interfaces:
Builder<ShippingMethodChangeIsDefaultAction>

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

     ShippingMethodChangeIsDefaultAction shippingMethodChangeIsDefaultAction = ShippingMethodChangeIsDefaultAction.builder()
             .isDefault(true)
             .build()