Uses of Class
com.onfido.models.Webhook
-
Packages that use Webhook Package Description com.onfido -
-
Uses of Webhook in com.onfido
Methods in com.onfido that return Webhook Modifier and Type Method Description WebhookWebhookManager. create(Webhook.Request request)Registers a webhook.WebhookWebhookManager. find(String webhookId)Retrieves a single webhook.WebhookWebhookManager. update(String webhookId, Webhook.Request request)Edits a webhook.Methods in com.onfido that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>WebhookManager. list()Lists all webhooks you’ve created.
-