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