Class UpdateTaskGroupReq.Builder
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.requests.UpdateTaskGroupReq.Builder
-
- All Implemented Interfaces:
UpdateTaskGroupReq._FinalStage,UpdateTaskGroupReq.TaskGroupIdStage
- Enclosing class:
- UpdateTaskGroupReq
public static final class UpdateTaskGroupReq.Builder extends java.lang.Object implements UpdateTaskGroupReq.TaskGroupIdStage, UpdateTaskGroupReq._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTaskGroupReqbuild()UpdateTaskGroupReq.Builderfrom(UpdateTaskGroupReq other)UpdateTaskGroupReq._FinalStageremoveDriver(java.lang.Boolean removeDriver)UpdateTaskGroupReq._FinalStageremoveDriver(java.util.Optional<java.lang.Boolean> removeDriver)UpdateTaskGroupReq._FinalStagesetDriverId(Nullable<java.lang.String> setDriverId)UpdateTaskGroupReq._FinalStagesetDriverId(java.lang.String setDriverId)UpdateTaskGroupReq._FinalStagesetDriverId(java.util.Optional<java.lang.String> setDriverId)UpdateTaskGroupReq._FinalStagetaskGroupId(java.lang.String taskGroupId)
-
-
-
Method Detail
-
from
public UpdateTaskGroupReq.Builder from(UpdateTaskGroupReq other)
- Specified by:
fromin interfaceUpdateTaskGroupReq.TaskGroupIdStage
-
taskGroupId
public UpdateTaskGroupReq._FinalStage taskGroupId(@NotNull java.lang.String taskGroupId)
- Specified by:
taskGroupIdin interfaceUpdateTaskGroupReq.TaskGroupIdStage
-
removeDriver
public UpdateTaskGroupReq._FinalStage removeDriver(java.lang.Boolean removeDriver)
- Specified by:
removeDriverin interfaceUpdateTaskGroupReq._FinalStage
-
removeDriver
public UpdateTaskGroupReq._FinalStage removeDriver(java.util.Optional<java.lang.Boolean> removeDriver)
- Specified by:
removeDriverin interfaceUpdateTaskGroupReq._FinalStage
-
setDriverId
public UpdateTaskGroupReq._FinalStage setDriverId(Nullable<java.lang.String> setDriverId)
- Specified by:
setDriverIdin interfaceUpdateTaskGroupReq._FinalStage
-
setDriverId
public UpdateTaskGroupReq._FinalStage setDriverId(java.lang.String setDriverId)
- Specified by:
setDriverIdin interfaceUpdateTaskGroupReq._FinalStage
-
setDriverId
public UpdateTaskGroupReq._FinalStage setDriverId(java.util.Optional<java.lang.String> setDriverId)
- Specified by:
setDriverIdin interfaceUpdateTaskGroupReq._FinalStage
-
build
public UpdateTaskGroupReq build()
- Specified by:
buildin interfaceUpdateTaskGroupReq._FinalStage
-
-