Uses of Class
com.onfido.model.WorkflowRunLink
-
Packages that use WorkflowRunLink Package Description com.onfido.model -
-
Uses of WorkflowRunLink in com.onfido.model
Methods in com.onfido.model that return WorkflowRunLink Modifier and Type Method Description WorkflowRunLinkWorkflowRunLink. completedRedirectUrl(String completedRedirectUrl)WorkflowRunLinkWorkflowRunLink. expiredRedirectUrl(String expiredRedirectUrl)WorkflowRunLinkWorkflowRunLink. expiresAt(OffsetDateTime expiresAt)static WorkflowRunLinkWorkflowRunLink. fromJson(String jsonString)Create an instance of WorkflowRunLink given an JSON stringWorkflowRunLinkWebhookEventPayloadResource. getLink()Object for the configuration of the Workflow Run link.WorkflowRunLinkWorkflowRun. getLink()Object for the configuration of the Workflow Run link.WorkflowRunLinkWorkflowRunBuilder. getLink()Object for the configuration of the Workflow Run link.WorkflowRunLinkWorkflowRunShared. getLink()Object for the configuration of the Workflow Run link.WorkflowRunLinkWorkflowRunLink. language(WorkflowRunLink.LanguageEnum language)WorkflowRunLinkWorkflowRunLink. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WorkflowRunLinkWorkflowRunLink. url(String url)Methods in com.onfido.model with parameters of type WorkflowRunLink Modifier and Type Method Description WebhookEventPayloadResourceWebhookEventPayloadResource. link(WorkflowRunLink link)WorkflowRunWorkflowRun. link(WorkflowRunLink link)WorkflowRunBuilderWorkflowRunBuilder. link(WorkflowRunLink link)WorkflowRunSharedWorkflowRunShared. link(WorkflowRunLink link)voidWebhookEventPayloadResource. setLink(WorkflowRunLink link)voidWorkflowRun. setLink(WorkflowRunLink link)voidWorkflowRunBuilder. setLink(WorkflowRunLink link)voidWorkflowRunShared. setLink(WorkflowRunLink link)
-