Package ai.extend.types
Interface File.IdStage
-
- All Known Implementing Classes:
File.Builder
- Enclosing class:
- File
public static interface File.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File.Builderfrom(File other)File.NameStageid(java.lang.String id)ID for the file.
-
-
-
Method Detail
-
id
File.NameStage id(@NotNull java.lang.String id)
ID for the file.
Example:
"file_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
File.Builder from(File other)
-
-