Interface StagedOrderImportLineItemStateAction

All Superinterfaces:
ResourceUpdateAction<StagedOrderUpdateAction>, StagedOrderUpdateAction
All Known Implementing Classes:
StagedOrderImportLineItemStateActionImpl

StagedOrderImportLineItemStateAction
Example to create an instance using the builder pattern

     StagedOrderImportLineItemStateAction stagedOrderImportLineItemStateAction = StagedOrderImportLineItemStateAction.builder()
             .lineItemId("{lineItemId}")
             .plusState(stateBuilder -> stateBuilder)
             .build()