Interface WorkflowRunsDeleteResponse.IdStage
-
- All Known Implementing Classes:
WorkflowRunsDeleteResponse.Builder
- Enclosing class:
- WorkflowRunsDeleteResponse
public static interface WorkflowRunsDeleteResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsDeleteResponse.Builderfrom(WorkflowRunsDeleteResponse other)WorkflowRunsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted workflow run
-
-
-
Method Detail
-
id
WorkflowRunsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted workflow run
-
from
WorkflowRunsDeleteResponse.Builder from(WorkflowRunsDeleteResponse other)
-
-