Package ai.extend.types
Interface RuleValidationNextEntry.ResultStage
-
- All Known Implementing Classes:
RuleValidationNextEntry.Builder
- Enclosing class:
- RuleValidationNextEntry
public static interface RuleValidationNextEntry.ResultStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidationNextEntry._FinalStageresult(RuleValidationNextEntryResult result)Routes based on whether all validation rules passed.
-
-
-
Method Detail
-
result
RuleValidationNextEntry._FinalStage result(@NotNull RuleValidationNextEntryResult result)
Routes based on whether all validation rules passed.
-
-