Package ai.extend.resources.files.types
Class FilesDeleteResponse.Builder
- java.lang.Object
-
- ai.extend.resources.files.types.FilesDeleteResponse.Builder
-
- All Implemented Interfaces:
FilesDeleteResponse._FinalStage,FilesDeleteResponse.IdStage
- Enclosing class:
- FilesDeleteResponse
public static final class FilesDeleteResponse.Builder extends java.lang.Object implements FilesDeleteResponse.IdStage, FilesDeleteResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilesDeleteResponsebuild()FilesDeleteResponse.Builderfrom(FilesDeleteResponse other)FilesDeleteResponse._FinalStageid(java.lang.String id)The ID of the deleted file.
-
-
-
Method Detail
-
from
public FilesDeleteResponse.Builder from(FilesDeleteResponse other)
- Specified by:
fromin interfaceFilesDeleteResponse.IdStage
-
id
public FilesDeleteResponse._FinalStage id(@NotNull java.lang.String id)
The ID of the deleted file.
The ID of the deleted file.
- Specified by:
idin interfaceFilesDeleteResponse.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public FilesDeleteResponse build()
- Specified by:
buildin interfaceFilesDeleteResponse._FinalStage
-
-