Package ai.extend.types
Interface LegacyListProcessorsProcessor.IdStage
-
- All Known Implementing Classes:
LegacyListProcessorsProcessor.Builder
- Enclosing class:
- LegacyListProcessorsProcessor
public static interface LegacyListProcessorsProcessor.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyListProcessorsProcessor.Builderfrom(LegacyListProcessorsProcessor other)LegacyListProcessorsProcessor.NameStageid(java.lang.String id)The ID of the processor.
-
-
-
Method Detail
-
id
LegacyListProcessorsProcessor.NameStage id(@NotNull java.lang.String id)
The ID of the processor.
Example:
"ex_Xj8mK2pL9nR4vT7qY5wZ"
-
from
LegacyListProcessorsProcessor.Builder from(LegacyListProcessorsProcessor other)
-
-