Interface ShipmentClient<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreate(ShipmentCreatorJson shipmentCreatorJson) list()update(String uuid, ShipmentCreatorJson shipmentCreatorJson)
-
Method Details
-
list
Page<Shipment,ShipmentJson> list() -
getByUuid
-
create
-
update
-
cancel
-
refresh
-