Package ai.extend.types
Interface MergeExtractStepRunStep.NameStage
-
- All Known Implementing Classes:
MergeExtractStepRunStep.Builder
- Enclosing class:
- MergeExtractStepRunStep
public static interface MergeExtractStepRunStep.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergeExtractStepRunStep._FinalStagename(java.lang.String name)The name of the workflow step.
-
-
-
Method Detail
-
name
MergeExtractStepRunStep._FinalStage name(@NotNull java.lang.String name)
The name of the workflow step.
Example:
"Validate Invoice Total"
-
-