Package ai.extend.types
Interface LegacyListProcessorsProcessorVersion.IdStage
-
- All Known Implementing Classes:
LegacyListProcessorsProcessorVersion.Builder
- Enclosing class:
- LegacyListProcessorsProcessorVersion
public static interface LegacyListProcessorsProcessorVersion.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyListProcessorsProcessorVersion.Builderfrom(LegacyListProcessorsProcessorVersion other)LegacyListProcessorsProcessorVersion.VersionStageid(java.lang.String id)The unique identifier for this version of the document processor.
-
-
-
Method Detail
-
id
LegacyListProcessorsProcessorVersion.VersionStage id(@NotNull java.lang.String id)
The unique identifier for this version of the document processor.
Example:
"exv_xK9mLPqRtN3vS8wF5hB2cQ"
-
-