Package ai.extend.types
Interface Chunk.ObjectStage
-
- All Known Implementing Classes:
Chunk.Builder
- Enclosing class:
- Chunk
public static interface Chunk.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chunk.Builderfrom(Chunk other)Chunk.TypeStageobject(java.lang.String object)The type of object.
-
-
-
Method Detail
-
object
Chunk.TypeStage object(@NotNull java.lang.String object)
The type of object. In this case, it will always be
"chunk".
-
from
Chunk.Builder from(Chunk other)
-
-