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