Uses of Class
com.onfido.models.Webhook.Request
-
Packages that use Webhook.Request Package Description com.onfido com.onfido.models -
-
Uses of Webhook.Request in com.onfido
Methods in com.onfido with parameters of type Webhook.Request Modifier and Type Method Description WebhookWebhookManager. create(Webhook.Request request)Registers a webhook.WebhookWebhookManager. update(String webhookId, Webhook.Request request)Edits a webhook. -
Uses of Webhook.Request in com.onfido.models
Methods in com.onfido.models that return Webhook.Request Modifier and Type Method Description Webhook.RequestWebhook.Request. enabled(Boolean enabled)Determines if the webhook should be active.Webhook.RequestWebhook.Request. environment(String... environment)The environment to be usedWebhook.RequestWebhook.Request. environment(List<String> environment)The environment to be usedWebhook.RequestWebhook.Request. events(String... events)The events that should be published to the webhook.Webhook.RequestWebhook.Request. events(List<String> events)The events that should be published to the webhook.static Webhook.RequestWebhook. request()Webhook.RequestWebhook.Request. url(String url)The url to listen to notifications (must be HTTPS)
-