Class ShippingMethodSetKeyActionBuilder

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

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

     ShippingMethodSetKeyAction shippingMethodSetKeyAction = ShippingMethodSetKeyAction.builder()
             .build()
 
  • Constructor Details

    • ShippingMethodSetKeyActionBuilder

      public ShippingMethodSetKeyActionBuilder()
  • Method Details