Interface WorkflowRunCancelResponseWorkflowRun.ObjectStage
-
- All Known Implementing Classes:
WorkflowRunCancelResponseWorkflowRun.Builder
- Enclosing class:
- WorkflowRunCancelResponseWorkflowRun
public static interface WorkflowRunCancelResponseWorkflowRun.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCancelResponseWorkflowRun.Builderfrom(WorkflowRunCancelResponseWorkflowRun other)WorkflowRunCancelResponseWorkflowRun.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
WorkflowRunCancelResponseWorkflowRun.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"workflow_run".
-
-