Uses of Class
com.onfido.model.WorkflowRun
-
Packages that use WorkflowRun Package Description com.onfido.api com.onfido.model -
-
Uses of WorkflowRun in com.onfido.api
Methods in com.onfido.api that return WorkflowRun Modifier and Type Method Description WorkflowRunDefaultApi. createWorkflowRun(WorkflowRunBuilder workflowRunBuilder)Create a Workflow Run Creates and starts a Workflow Run.WorkflowRunDefaultApi. findWorkflowRun(UUID workflowRunId)Retrieve Workflow Run A single workflow run can be retrieved by calling this endpoint with the unique identifier of the Workflow Run.Methods in com.onfido.api that return types with arguments of type WorkflowRun Modifier and Type Method Description ApiResponse<WorkflowRun>DefaultApi. createWorkflowRunWithHttpInfo(WorkflowRunBuilder workflowRunBuilder)Create a Workflow Run Creates and starts a Workflow Run.ApiResponse<WorkflowRun>DefaultApi. findWorkflowRunWithHttpInfo(UUID workflowRunId)Retrieve Workflow Run A single workflow run can be retrieved by calling this endpoint with the unique identifier of the Workflow Run.List<WorkflowRun>DefaultApi. listWorkflowRuns(Integer page, String status, OffsetDateTime createdAtGt, OffsetDateTime createdAtLt, String sort)List Workflow Runs Retrieves the Workflow Runs of the client.ApiResponse<List<WorkflowRun>>DefaultApi. listWorkflowRunsWithHttpInfo(Integer page, String status, OffsetDateTime createdAtGt, OffsetDateTime createdAtLt, String sort)List Workflow Runs Retrieves the Workflow Runs of the client.Method parameters in com.onfido.api with type arguments of type WorkflowRun Modifier and Type Method Description okhttp3.CallDefaultApi. createWorkflowRunAsync(WorkflowRunBuilder workflowRunBuilder, ApiCallback<WorkflowRun> _callback)Create a Workflow Run (asynchronously) Creates and starts a Workflow Run.okhttp3.CallDefaultApi. findWorkflowRunAsync(UUID workflowRunId, ApiCallback<WorkflowRun> _callback)Retrieve Workflow Run (asynchronously) A single workflow run can be retrieved by calling this endpoint with the unique identifier of the Workflow Run.okhttp3.CallDefaultApi. listWorkflowRunsAsync(Integer page, String status, OffsetDateTime createdAtGt, OffsetDateTime createdAtLt, String sort, ApiCallback<List<WorkflowRun>> _callback)List Workflow Runs (asynchronously) Retrieves the Workflow Runs of the client. -
Uses of WorkflowRun in com.onfido.model
Methods in com.onfido.model that return WorkflowRun Modifier and Type Method Description WorkflowRunWorkflowRun. addReasonsItem(String reasonsItem)WorkflowRunWorkflowRun. addTagsItem(String tagsItem)WorkflowRunWorkflowRun. applicantId(UUID applicantId)WorkflowRunWorkflowRun. createdAt(OffsetDateTime createdAt)WorkflowRunWorkflowRun. customerUserId(String customerUserId)WorkflowRunWorkflowRun. dashboardUrl(String dashboardUrl)WorkflowRunWorkflowRun. error(WorkflowRunError error)static WorkflowRunWorkflowRun. fromJson(String jsonString)Create an instance of WorkflowRun given an JSON stringWorkflowRunWorkflowRun. id(UUID id)WorkflowRunWorkflowRun. link(WorkflowRunLink link)WorkflowRunWorkflowRun. output(Object output)WorkflowRunWorkflowRun. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WorkflowRunWorkflowRun. reasons(List<String> reasons)WorkflowRunWorkflowRun. sdkToken(String sdkToken)WorkflowRunWorkflowRun. status(WorkflowRunStatus status)WorkflowRunWorkflowRun. tags(List<String> tags)WorkflowRunWorkflowRun. updatedAt(OffsetDateTime updatedAt)WorkflowRunWorkflowRun. workflowId(UUID workflowId)WorkflowRunWorkflowRun. workflowVersionId(Integer workflowVersionId)
-