Interface OrderDraftAddCargoReq.OrderIdStage
-
- All Known Implementing Classes:
OrderDraftAddCargoReq.Builder
- Enclosing class:
- OrderDraftAddCargoReq
public static interface OrderDraftAddCargoReq.OrderIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrderDraftAddCargoReq.Builderfrom(OrderDraftAddCargoReq other)OrderDraftAddCargoReq.CargoStageorderId(java.lang.String orderId)
-
-
-
Method Detail
-
orderId
OrderDraftAddCargoReq.CargoStage orderId(@NotNull java.lang.String orderId)
-
from
OrderDraftAddCargoReq.Builder from(OrderDraftAddCargoReq other)
-
-