Package ai.extend.resources.files.types
Interface FilesDeleteResponse.IdStage
-
- All Known Implementing Classes:
FilesDeleteResponse.Builder
- Enclosing class:
- FilesDeleteResponse
public static interface FilesDeleteResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilesDeleteResponse.Builderfrom(FilesDeleteResponse other)FilesDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted file.
-
-
-
Method Detail
-
id
FilesDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted file.
-
from
FilesDeleteResponse.Builder from(FilesDeleteResponse other)
-
-