Class WorkflowCreateResponse.Builder
- java.lang.Object
-
- ai.extend.resources.workflow.types.WorkflowCreateResponse.Builder
-
- All Implemented Interfaces:
WorkflowCreateResponse._FinalStage,WorkflowCreateResponse.SuccessStage,WorkflowCreateResponse.WorkflowStage
- Enclosing class:
- WorkflowCreateResponse
public static final class WorkflowCreateResponse.Builder extends java.lang.Object implements WorkflowCreateResponse.SuccessStage, WorkflowCreateResponse.WorkflowStage, WorkflowCreateResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowCreateResponsebuild()WorkflowCreateResponse.Builderfrom(WorkflowCreateResponse other)WorkflowCreateResponse.WorkflowStagesuccess(boolean success)WorkflowCreateResponse._FinalStageworkflow(Workflow workflow)
-
-
-
Method Detail
-
from
public WorkflowCreateResponse.Builder from(WorkflowCreateResponse other)
- Specified by:
fromin interfaceWorkflowCreateResponse.SuccessStage
-
success
public WorkflowCreateResponse.WorkflowStage success(boolean success)
- Specified by:
successin interfaceWorkflowCreateResponse.SuccessStage
-
workflow
public WorkflowCreateResponse._FinalStage workflow(@NotNull Workflow workflow)
- Specified by:
workflowin interfaceWorkflowCreateResponse.WorkflowStage
-
build
public WorkflowCreateResponse build()
- Specified by:
buildin interfaceWorkflowCreateResponse._FinalStage
-
-