Uses of Class
com.onfido.model.WorkflowRunResponse
-
Packages that use WorkflowRunResponse Package Description com.onfido.model -
-
Uses of WorkflowRunResponse in com.onfido.model
Methods in com.onfido.model that return WorkflowRunResponse Modifier and Type Method Description WorkflowRunResponseWorkflowRunResponse. addReasonsItem(String reasonsItem)WorkflowRunResponseWorkflowRunResponse. dashboardUrl(String dashboardUrl)WorkflowRunResponseWorkflowRunResponse. error(WorkflowRunError error)static WorkflowRunResponseWorkflowRunResponse. fromJson(String jsonString)Create an instance of WorkflowRunResponse given an JSON stringWorkflowRunResponseWorkflowRunResponse. id(UUID id)WorkflowRunResponseWorkflowRunResponse. output(Object output)WorkflowRunResponseWorkflowRunResponse. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WorkflowRunResponseWorkflowRunResponse. reasons(List<String> reasons)WorkflowRunResponseWorkflowRunResponse. sdkToken(String sdkToken)WorkflowRunResponseWorkflowRunResponse. status(WorkflowRunStatus status)WorkflowRunResponseWorkflowRunResponse. workflowVersionId(Integer workflowVersionId)
-