Package ai.extend.types
Interface SimpleNextEntry.StepStage
-
- All Known Implementing Classes:
SimpleNextEntry.Builder
- Enclosing class:
- SimpleNextEntry
public static interface SimpleNextEntry.StepStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleNextEntry.Builderfrom(SimpleNextEntry other)SimpleNextEntry._FinalStagestep(java.lang.String step)The name of the target step.
-
-
-
Method Detail
-
step
SimpleNextEntry._FinalStage step(@NotNull java.lang.String step)
The name of the target step.
-
from
SimpleNextEntry.Builder from(SimpleNextEntry other)
-
-