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