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