Package com.chrt.api.types
Class TaskGroupExpandedListRes.Builder
- java.lang.Object
-
- com.chrt.api.types.TaskGroupExpandedListRes.Builder
-
- All Implemented Interfaces:
TaskGroupExpandedListRes._FinalStage,TaskGroupExpandedListRes.TotalCountStage
- Enclosing class:
- TaskGroupExpandedListRes
public static final class TaskGroupExpandedListRes.Builder extends java.lang.Object implements TaskGroupExpandedListRes.TotalCountStage, TaskGroupExpandedListRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskGroupExpandedListRes._FinalStageaddAllItems(java.util.List<TaskGroupExpanded> items)TaskGroupExpandedListRes._FinalStageaddItems(TaskGroupExpanded items)TaskGroupExpandedListResbuild()TaskGroupExpandedListRes.Builderfrom(TaskGroupExpandedListRes other)TaskGroupExpandedListRes._FinalStageitems(java.util.List<TaskGroupExpanded> items)TaskGroupExpandedListRes._FinalStagetotalCount(int totalCount)
-
-
-
Method Detail
-
from
public TaskGroupExpandedListRes.Builder from(TaskGroupExpandedListRes other)
- Specified by:
fromin interfaceTaskGroupExpandedListRes.TotalCountStage
-
totalCount
public TaskGroupExpandedListRes._FinalStage totalCount(int totalCount)
- Specified by:
totalCountin interfaceTaskGroupExpandedListRes.TotalCountStage
-
addAllItems
public TaskGroupExpandedListRes._FinalStage addAllItems(java.util.List<TaskGroupExpanded> items)
- Specified by:
addAllItemsin interfaceTaskGroupExpandedListRes._FinalStage
-
addItems
public TaskGroupExpandedListRes._FinalStage addItems(TaskGroupExpanded items)
- Specified by:
addItemsin interfaceTaskGroupExpandedListRes._FinalStage
-
items
public TaskGroupExpandedListRes._FinalStage items(java.util.List<TaskGroupExpanded> items)
- Specified by:
itemsin interfaceTaskGroupExpandedListRes._FinalStage
-
build
public TaskGroupExpandedListRes build()
- Specified by:
buildin interfaceTaskGroupExpandedListRes._FinalStage
-
-