Uses of Class
com.onfido.model.WorkflowRunRequest
-
Packages that use WorkflowRunRequest Package Description com.onfido.model -
-
Uses of WorkflowRunRequest in com.onfido.model
Methods in com.onfido.model that return WorkflowRunRequest Modifier and Type Method Description WorkflowRunRequestWorkflowRunRequest. customData(Map<String,Object> customData)static WorkflowRunRequestWorkflowRunRequest. fromJson(String jsonString)Create an instance of WorkflowRunRequest given an JSON stringWorkflowRunRequestWorkflowRunRequest. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WorkflowRunRequestWorkflowRunRequest. putCustomDataItem(String key, Object customDataItem)
-