Class MyCartSetLineItemSupplyChannelActionBuilder

java.lang.Object
com.commercetools.api.models.me.MyCartSetLineItemSupplyChannelActionBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MyCartSetLineItemSupplyChannelAction>

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

     MyCartSetLineItemSupplyChannelAction myCartSetLineItemSupplyChannelAction = MyCartSetLineItemSupplyChannelAction.builder()
             .lineItemId("{lineItemId}")
             .build()