Uses of Class
com.onfido.model.WorkflowRunShared
-
Packages that use WorkflowRunShared Package Description com.onfido.model -
-
Uses of WorkflowRunShared in com.onfido.model
Methods in com.onfido.model that return WorkflowRunShared Modifier and Type Method Description WorkflowRunSharedWorkflowRunShared. addTagsItem(String tagsItem)WorkflowRunSharedWorkflowRunShared. applicantId(UUID applicantId)WorkflowRunSharedWorkflowRunShared. createdAt(OffsetDateTime createdAt)WorkflowRunSharedWorkflowRunShared. customerUserId(String customerUserId)static WorkflowRunSharedWorkflowRunShared. fromJson(String jsonString)Create an instance of WorkflowRunShared given an JSON stringWorkflowRunSharedWorkflowRunShared. link(WorkflowRunLink link)WorkflowRunSharedWorkflowRunShared. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WorkflowRunSharedWorkflowRunShared. tags(List<String> tags)WorkflowRunSharedWorkflowRunShared. updatedAt(OffsetDateTime updatedAt)WorkflowRunSharedWorkflowRunShared. workflowId(UUID workflowId)
-