Package ai.extend.requests
Interface EditRequest.FileStage
-
- All Known Implementing Classes:
EditRequest.Builder
- Enclosing class:
- EditRequest
public static interface EditRequest.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditRequest._FinalStagefile(EditRequestFile file)The file to be edited.EditRequest.Builderfrom(EditRequest other)
-
-
-
Method Detail
-
file
EditRequest._FinalStage file(@NotNull EditRequestFile file)
The file to be edited. Files can be provided as a URL or an Extend file ID.
-
from
EditRequest.Builder from(EditRequest other)
-
-