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