Package ai.extend.types
Class LegacyListProcessorsProcessorVersion.Builder
- java.lang.Object
-
- ai.extend.types.LegacyListProcessorsProcessorVersion.Builder
-
- All Implemented Interfaces:
LegacyListProcessorsProcessorVersion._FinalStage,LegacyListProcessorsProcessorVersion.IdStage,LegacyListProcessorsProcessorVersion.VersionStage
- Enclosing class:
- LegacyListProcessorsProcessorVersion
public static final class LegacyListProcessorsProcessorVersion.Builder extends java.lang.Object implements LegacyListProcessorsProcessorVersion.IdStage, LegacyListProcessorsProcessorVersion.VersionStage, LegacyListProcessorsProcessorVersion._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyListProcessorsProcessorVersionbuild()LegacyListProcessorsProcessorVersion.Builderfrom(LegacyListProcessorsProcessorVersion other)LegacyListProcessorsProcessorVersion.VersionStageid(java.lang.String id)The unique identifier for this version of the document processor.LegacyListProcessorsProcessorVersion._FinalStageversion(java.lang.String version)The version number or identifier for this processor version.
-
-
-
Method Detail
-
from
public LegacyListProcessorsProcessorVersion.Builder from(LegacyListProcessorsProcessorVersion other)
- Specified by:
fromin interfaceLegacyListProcessorsProcessorVersion.IdStage
-
id
public LegacyListProcessorsProcessorVersion.VersionStage id(@NotNull java.lang.String id)
The unique identifier for this version of the document processor.
Example:
"exv_xK9mLPqRtN3vS8wF5hB2cQ"The unique identifier for this version of the document processor.
Example:
"exv_xK9mLPqRtN3vS8wF5hB2cQ"- Specified by:
idin interfaceLegacyListProcessorsProcessorVersion.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
version
public LegacyListProcessorsProcessorVersion._FinalStage version(@NotNull java.lang.String version)
The version number or identifier for this processor version.
Example:
"3"The version number or identifier for this processor version.
Example:
"3"- Specified by:
versionin interfaceLegacyListProcessorsProcessorVersion.VersionStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public LegacyListProcessorsProcessorVersion build()
- Specified by:
buildin interfaceLegacyListProcessorsProcessorVersion._FinalStage
-
-