Uses of Class
com.onfido.model.WorkflowRunStatus
-
Packages that use WorkflowRunStatus Package Description com.onfido.model -
-
Uses of WorkflowRunStatus in com.onfido.model
Methods in com.onfido.model that return WorkflowRunStatus Modifier and Type Method Description static WorkflowRunStatusWorkflowRunStatus. fromValue(String value)WorkflowRunStatusWorkflowRun. getStatus()The status of the Workflow Run.WorkflowRunStatusWorkflowRunResponse. getStatus()The status of the Workflow Run.WorkflowRunStatusWorkflowRunStatus.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WorkflowRunStatusWorkflowRunStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowRunStatus[]WorkflowRunStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type WorkflowRunStatus Modifier and Type Method Description voidWorkflowRun. setStatus(WorkflowRunStatus status)voidWorkflowRunResponse. setStatus(WorkflowRunStatus status)WorkflowRunWorkflowRun. status(WorkflowRunStatus status)WorkflowRunResponseWorkflowRunResponse. status(WorkflowRunStatus status)voidWorkflowRunStatus.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WorkflowRunStatus enumeration)
-