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