Uses of Class
com.onfido.webhooks.WebhookEventObject
-
Packages that use WebhookEventObject Package Description com.onfido.webhooks -
-
Uses of WebhookEventObject in com.onfido.webhooks
Methods in com.onfido.webhooks that return WebhookEventObject Modifier and Type Method Description WebhookEventObjectWebhookEvent. getObject()Gets the event object.Constructors in com.onfido.webhooks with parameters of type WebhookEventObject Constructor Description WebhookEvent(String resourceType, String action, WebhookEventObject object)Instantiates a new WebhookEvent.
-