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