Class WorkflowRunsDeleteResponse.Builder
- java.lang.Object
-
- ai.extend.resources.workflowruns.types.WorkflowRunsDeleteResponse.Builder
-
- All Implemented Interfaces:
WorkflowRunsDeleteResponse._FinalStage,WorkflowRunsDeleteResponse.IdStage
- Enclosing class:
- WorkflowRunsDeleteResponse
public static final class WorkflowRunsDeleteResponse.Builder extends java.lang.Object implements WorkflowRunsDeleteResponse.IdStage, WorkflowRunsDeleteResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowRunsDeleteResponsebuild()WorkflowRunsDeleteResponse.Builderfrom(WorkflowRunsDeleteResponse other)WorkflowRunsDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted workflow run
-
-
-
Method Detail
-
from
public WorkflowRunsDeleteResponse.Builder from(WorkflowRunsDeleteResponse other)
- Specified by:
fromin interfaceWorkflowRunsDeleteResponse.IdStage
-
id
public WorkflowRunsDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted workflow run
The ID of the deleted workflow run
- Specified by:
idin interfaceWorkflowRunsDeleteResponse.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public WorkflowRunsDeleteResponse build()
- Specified by:
buildin interfaceWorkflowRunsDeleteResponse._FinalStage
-
-