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