Package ai.extend.types
Interface WorkflowStepBase.IdStage
-
- All Known Implementing Classes:
WorkflowStepBase.Builder
- Enclosing class:
- WorkflowStepBase
public static interface WorkflowStepBase.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowStepBase.Builderfrom(WorkflowStepBase other)WorkflowStepBase.NameStageid(java.lang.String id)The ID of the workflow step.
-
-
-
Method Detail
-
id
WorkflowStepBase.NameStage id(@NotNull java.lang.String id)
The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"
-
from
WorkflowStepBase.Builder from(WorkflowStepBase other)
-
-