Interface StagedOrderChangeShipmentStateAction

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

StagedOrderChangeShipmentStateAction
Example to create an instance using the builder pattern

     StagedOrderChangeShipmentStateAction stagedOrderChangeShipmentStateAction = StagedOrderChangeShipmentStateAction.builder()
             .build()