Package ai.extend.resources.file.types
Interface FileDeleteResponse.FileIdStage
-
- All Known Implementing Classes:
FileDeleteResponse.Builder
- Enclosing class:
- FileDeleteResponse
public static interface FileDeleteResponse.FileIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileDeleteResponse.MessageStagefileId(java.lang.String fileId)The ID of the deleted file
-
-
-
Method Detail
-
fileId
FileDeleteResponse.MessageStage fileId(@NotNull java.lang.String fileId)
The ID of the deleted file
-
-