Uses of Class
com.onfido.models.WorkflowRun.Request
-
Packages that use WorkflowRun.Request Package Description com.onfido com.onfido.models -
-
Uses of WorkflowRun.Request in com.onfido
Methods in com.onfido with parameters of type WorkflowRun.Request Modifier and Type Method Description WorkflowRunWorkflowRunManager. create(WorkflowRun.Request request)Create a workflow run. -
Uses of WorkflowRun.Request in com.onfido.models
Methods in com.onfido.models that return WorkflowRun.Request Modifier and Type Method Description WorkflowRun.RequestWorkflowRun.Request. applicantId(String applicantId)The unique identifier for the applicantWorkflowRun.RequestWorkflowRun.Request. customData(Map<String,Object> customData)Custom Input Data objectWorkflowRun.RequestWorkflowRun.Request. link(Map<String,Object> link)Link objectstatic WorkflowRun.RequestWorkflowRun. request()WorkflowRun.RequestWorkflowRun.Request. workflowId(String workflowId)The unique identifier for the workflow
-