Class ShippingMethodChangeActiveActionBuilder

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

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

     ShippingMethodChangeActiveAction shippingMethodChangeActiveAction = ShippingMethodChangeActiveAction.builder()
             .active(true)
             .build()
 
  • Constructor Details

    • ShippingMethodChangeActiveActionBuilder

      public ShippingMethodChangeActiveActionBuilder()
  • Method Details