Class StagedOrderAddLineItemActionBuilder

java.lang.Object
com.commercetools.api.models.order_edit.StagedOrderAddLineItemActionBuilder
All Implemented Interfaces:
Builder<StagedOrderAddLineItemAction>

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

     StagedOrderAddLineItemAction stagedOrderAddLineItemAction = StagedOrderAddLineItemAction.builder()
             .build()