Class MyCartSetLineItemSupplyChannelActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCartSetLineItemSupplyChannelActionBuilder
All Implemented Interfaces:
Builder<MyCartSetLineItemSupplyChannelAction>

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

     MyCartSetLineItemSupplyChannelAction myCartSetLineItemSupplyChannelAction = MyCartSetLineItemSupplyChannelAction.builder()
             .build()
 
  • Constructor Details

    • MyCartSetLineItemSupplyChannelActionBuilder

      public MyCartSetLineItemSupplyChannelActionBuilder()
  • Method Details