Interface ExtractRunsCreateBatchRequestInputsItem.FileStage
-
- All Known Implementing Classes:
ExtractRunsCreateBatchRequestInputsItem.Builder
- Enclosing class:
- ExtractRunsCreateBatchRequestInputsItem
public static interface ExtractRunsCreateBatchRequestInputsItem.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractRunsCreateBatchRequestInputsItem._FinalStagefile(ExtractRunsCreateBatchRequestInputsItemFile file)The file to extract from.ExtractRunsCreateBatchRequestInputsItem.Builderfrom(ExtractRunsCreateBatchRequestInputsItem other)
-
-
-
Method Detail
-
file
ExtractRunsCreateBatchRequestInputsItem._FinalStage file(@NotNull ExtractRunsCreateBatchRequestInputsItemFile file)
The file to extract from. Can be a URL, an Extend file ID, or raw text.
-
-