Package ai.extend.types
Interface LegacyProcessor.NameStage
-
- All Known Implementing Classes:
LegacyProcessor.Builder
- Enclosing class:
- LegacyProcessor
public static interface LegacyProcessor.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessor.TypeStagename(java.lang.String name)The name of the processor.
-
-
-
Method Detail
-
name
LegacyProcessor.TypeStage name(@NotNull java.lang.String name)
The name of the processor.
Example:
"Invoice Processor"
-
-