Interface OrderSetReturnShipmentStateAction

All Superinterfaces:
OrderUpdateAction, ResourceUpdateAction<OrderUpdateAction>
All Known Implementing Classes:
OrderSetReturnShipmentStateActionImpl

OrderSetReturnShipmentStateAction
Example to create an instance using the builder pattern

     OrderSetReturnShipmentStateAction orderSetReturnShipmentStateAction = OrderSetReturnShipmentStateAction.builder()
             .returnItemId("{returnItemId}")
             .shipmentState(ReturnShipmentState.ADVISED)
             .build()