Uses of Class
com.onfido.model.WebhooksList
-
Packages that use WebhooksList Package Description com.onfido.api com.onfido.model -
-
Uses of WebhooksList in com.onfido.api
Methods in com.onfido.api that return WebhooksList Modifier and Type Method Description WebhooksListDefaultApi. listWebhooks()List webhooks Lists all webhooks you've created.Methods in com.onfido.api that return types with arguments of type WebhooksList Modifier and Type Method Description ApiResponse<WebhooksList>DefaultApi. listWebhooksWithHttpInfo()List webhooks Lists all webhooks you've created.Method parameters in com.onfido.api with type arguments of type WebhooksList Modifier and Type Method Description okhttp3.CallDefaultApi. listWebhooksAsync(ApiCallback<WebhooksList> _callback)List webhooks (asynchronously) Lists all webhooks you've created. -
Uses of WebhooksList in com.onfido.model
Methods in com.onfido.model that return WebhooksList Modifier and Type Method Description WebhooksListWebhooksList. addWebhooksItem(Webhook webhooksItem)static WebhooksListWebhooksList. fromJson(String jsonString)Create an instance of WebhooksList given an JSON stringWebhooksListWebhooksList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WebhooksListWebhooksList. webhooks(List<Webhook> webhooks)
-