Class SetTaskGroupPauseReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.requests.SetTaskGroupPauseReq.Builder
-
- All Implemented Interfaces:
SetTaskGroupPauseReq._FinalStage,SetTaskGroupPauseReq.PausedStage,SetTaskGroupPauseReq.TaskGroupIdStage
- Enclosing class:
- SetTaskGroupPauseReq
public static final class SetTaskGroupPauseReq.Builder extends java.lang.Object implements SetTaskGroupPauseReq.TaskGroupIdStage, SetTaskGroupPauseReq.PausedStage, SetTaskGroupPauseReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SetTaskGroupPauseReqbuild()SetTaskGroupPauseReq.Builderfrom(SetTaskGroupPauseReq other)SetTaskGroupPauseReq._FinalStagepaused(boolean paused)SetTaskGroupPauseReq.PausedStagetaskGroupId(java.lang.String taskGroupId)
-
-
-
Method Detail
-
from
public SetTaskGroupPauseReq.Builder from(SetTaskGroupPauseReq other)
- Specified by:
fromin interfaceSetTaskGroupPauseReq.TaskGroupIdStage
-
taskGroupId
public SetTaskGroupPauseReq.PausedStage taskGroupId(@NotNull java.lang.String taskGroupId)
- Specified by:
taskGroupIdin interfaceSetTaskGroupPauseReq.TaskGroupIdStage
-
paused
public SetTaskGroupPauseReq._FinalStage paused(boolean paused)
- Specified by:
pausedin interfaceSetTaskGroupPauseReq.PausedStage
-
build
public SetTaskGroupPauseReq build()
- Specified by:
buildin interfaceSetTaskGroupPauseReq._FinalStage
-
-