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