Class ShippingMethodSetKeyActionBuilder

java.lang.Object
com.commercetools.api.models.shipping_method.ShippingMethodSetKeyActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<ShippingMethodSetKeyAction>

public class ShippingMethodSetKeyActionBuilder extends Object implements io.vrap.rmf.base.client.Builder<ShippingMethodSetKeyAction>
ShippingMethodSetKeyActionBuilder
Example to create an instance using the builder pattern

     ShippingMethodSetKeyAction shippingMethodSetKeyAction = ShippingMethodSetKeyAction.builder()
             .build()