Package ai.extend.types
Interface Workflow._FinalStage
-
- All Known Implementing Classes:
Workflow.Builder
- Enclosing class:
- Workflow
public static interface Workflow._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workflowbuild()Workflow._FinalStagecreatedBy(Nullable<CreatedBy> createdBy)Workflow._FinalStagecreatedBy(CreatedBy createdBy)Workflow._FinalStagecreatedBy(java.util.Optional<CreatedBy> createdBy)
-
-
-
Method Detail
-
build
Workflow build()
-
createdBy
Workflow._FinalStage createdBy(java.util.Optional<CreatedBy> createdBy)
-
createdBy
Workflow._FinalStage createdBy(CreatedBy createdBy)
-
createdBy
Workflow._FinalStage createdBy(Nullable<CreatedBy> createdBy)
-
-