Interface WorkflowRunCancelResponseWorkflowRun.IdStage
-
- All Known Implementing Classes:
WorkflowRunCancelResponseWorkflowRun.Builder
- Enclosing class:
- WorkflowRunCancelResponseWorkflowRun
public static interface WorkflowRunCancelResponseWorkflowRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCancelResponseWorkflowRun.NameStageid(java.lang.String id)The ID of the workflow run.
-
-
-
Method Detail
-
id
WorkflowRunCancelResponseWorkflowRun.NameStage id(@NotNull java.lang.String id)
The ID of the workflow run.
Example:
"workflow_run_xKm9pNv3qWsY_jL2tR5Dh"
-
-