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