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