Package ai.extend.types
Class FileFromId.Builder
- java.lang.Object
-
- ai.extend.types.FileFromId.Builder
-
- All Implemented Interfaces:
FileFromId._FinalStage,FileFromId.IdStage
- Enclosing class:
- FileFromId
public static final class FileFromId.Builder extends java.lang.Object implements FileFromId.IdStage, FileFromId._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FileFromIdbuild()FileFromId.Builderfrom(FileFromId other)FileFromId._FinalStageid(java.lang.String id)An Extend file ID.
-
-
-
Method Detail
-
from
public FileFromId.Builder from(FileFromId other)
- Specified by:
fromin interfaceFileFromId.IdStage
-
id
public FileFromId._FinalStage id(@NotNull java.lang.String id)
An Extend file ID.
Example:
"file_xK9mLPqRtN3vS8wF5hB2cQ"An Extend file ID.
Example:
"file_xK9mLPqRtN3vS8wF5hB2cQ"- Specified by:
idin interfaceFileFromId.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FileFromId build()
- Specified by:
buildin interfaceFileFromId._FinalStage
-
-