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