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