Uses of Class
com.mindee.v1.clientoptions.WorkflowOptions
-
Packages that use WorkflowOptions Package Description com.mindee.v1 com.mindee.v1.clientoptions com.mindee.v1.http -
-
Uses of WorkflowOptions in com.mindee.v1
Methods in com.mindee.v1 with parameters of type WorkflowOptions Modifier and Type Method Description WorkflowResponse<GeneratedV1>MindeeClient. executeWorkflow(String workflowId, LocalInputSource localInputSource, WorkflowOptions workflowOptions)Send a local file to a workflow execution. -
Uses of WorkflowOptions in com.mindee.v1.clientoptions
Methods in com.mindee.v1.clientoptions that return WorkflowOptions Modifier and Type Method Description WorkflowOptionsWorkflowOptions.WorkflowOptionsBuilder. build() -
Uses of WorkflowOptions in com.mindee.v1.http
Methods in com.mindee.v1.http that return WorkflowOptions Modifier and Type Method Description WorkflowOptionsRequestParameters. getWorkflowOptions()Methods in com.mindee.v1.http with parameters of type WorkflowOptions Modifier and Type Method Description RequestParameters.RequestParametersBuilderRequestParameters.RequestParametersBuilder. workflowOptions(WorkflowOptions workflowOptions)
-