Interface StagedOrderSetParcelItemsAction

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

Produces the ParcelItemsUpdated Message.


Example to create an instance using the builder pattern

     StagedOrderSetParcelItemsAction stagedOrderSetParcelItemsAction = StagedOrderSetParcelItemsAction.builder()
             .plusItems(itemsBuilder -> itemsBuilder)
             .build()