Package com.chrt.api.types
Interface OrdersExpandedListRes._FinalStage
-
- All Known Implementing Classes:
OrdersExpandedListRes.Builder
- Enclosing class:
- OrdersExpandedListRes
public static interface OrdersExpandedListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrdersExpandedListRes._FinalStageaddAllItems(java.util.List<OrderExpanded> items)OrdersExpandedListRes._FinalStageaddItems(OrderExpanded items)OrdersExpandedListResbuild()OrdersExpandedListRes._FinalStageitems(java.util.List<OrderExpanded> items)
-
-
-
Method Detail
-
build
OrdersExpandedListRes build()
-
items
OrdersExpandedListRes._FinalStage items(java.util.List<OrderExpanded> items)
-
addItems
OrdersExpandedListRes._FinalStage addItems(OrderExpanded items)
-
addAllItems
OrdersExpandedListRes._FinalStage addAllItems(java.util.List<OrderExpanded> items)
-
-