Package com.chrt.api.types
Interface OrdersExpandedForShipperRes._FinalStage
-
- All Known Implementing Classes:
OrdersExpandedForShipperRes.Builder
- Enclosing class:
- OrdersExpandedForShipperRes
public static interface OrdersExpandedForShipperRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrdersExpandedForShipperRes._FinalStageaddAllOrdersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)OrdersExpandedForShipperRes._FinalStageaddOrdersExpanded(OrderExpandedForShipper ordersExpanded)OrdersExpandedForShipperResbuild()OrdersExpandedForShipperRes._FinalStageordersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)
-
-
-
Method Detail
-
build
OrdersExpandedForShipperRes build()
-
ordersExpanded
OrdersExpandedForShipperRes._FinalStage ordersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)
-
addOrdersExpanded
OrdersExpandedForShipperRes._FinalStage addOrdersExpanded(OrderExpandedForShipper ordersExpanded)
-
addAllOrdersExpanded
OrdersExpandedForShipperRes._FinalStage addAllOrdersExpanded(java.util.List<OrderExpandedForShipper> ordersExpanded)
-
-