Class ShippingMethodSetCustomTypeActionBuilder

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

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

     ShippingMethodSetCustomTypeAction shippingMethodSetCustomTypeAction = ShippingMethodSetCustomTypeAction.builder()
             .build()