Interface DriverUpdateReq.TaskGroupIdStage
-
- All Known Implementing Classes:
DriverUpdateReq.Builder
- Enclosing class:
- DriverUpdateReq
public static interface DriverUpdateReq.TaskGroupIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DriverUpdateReq.Builderfrom(DriverUpdateReq other)DriverUpdateReq.TimestampStagetaskGroupId(java.lang.String taskGroupId)
-
-
-
Method Detail
-
taskGroupId
DriverUpdateReq.TimestampStage taskGroupId(@NotNull java.lang.String taskGroupId)
-
from
DriverUpdateReq.Builder from(DriverUpdateReq other)
-
-