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