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