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