Package ai.extend.types
Interface Workflow.ObjectStage
-
- All Known Implementing Classes:
Workflow.Builder
- Enclosing class:
- Workflow
public static interface Workflow.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workflow.Builderfrom(Workflow other)Workflow.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
Workflow.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"workflow".
-
from
Workflow.Builder from(Workflow other)
-
-