Class ShippingMethodChangeNameActionBuilder

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

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

     ShippingMethodChangeNameAction shippingMethodChangeNameAction = ShippingMethodChangeNameAction.builder()
             .name("{name}")
             .build()