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