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