Uses of Class
com.onfido.model.WebhookUpdate
-
Packages that use WebhookUpdate Package Description com.onfido.model -
-
Uses of WebhookUpdate in com.onfido.model
Methods in com.onfido.model that return WebhookUpdate Modifier and Type Method Description static WebhookUpdateWebhookUpdate. fromJson(String jsonString)Create an instance of WebhookUpdate given an JSON stringWebhookUpdateWebhookUpdate. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WebhookUpdateWebhookUpdate. url(String url)
-