Uses of Class
com.onfido.model.Webhook
-
Packages that use Webhook Package Description com.onfido.api com.onfido.model -
-
Uses of Webhook in com.onfido.api
Methods in com.onfido.api that return Webhook Modifier and Type Method Description WebhookDefaultApi. createWebhook(WebhookBuilder webhookBuilder)Register webhook Registers a webhook.WebhookDefaultApi. findWebhook(UUID webhookId)Retrieve a Webhook Retrieves a single webhook.WebhookDefaultApi. updateWebhook(UUID webhookId, WebhookUpdater webhookUpdater)Edit a webhook Edits a webhook.Methods in com.onfido.api that return types with arguments of type Webhook Modifier and Type Method Description ApiResponse<Webhook>DefaultApi. createWebhookWithHttpInfo(WebhookBuilder webhookBuilder)Register webhook Registers a webhook.ApiResponse<Webhook>DefaultApi. findWebhookWithHttpInfo(UUID webhookId)Retrieve a Webhook Retrieves a single webhook.ApiResponse<Webhook>DefaultApi. updateWebhookWithHttpInfo(UUID webhookId, WebhookUpdater webhookUpdater)Edit a webhook Edits a webhook.Method parameters in com.onfido.api with type arguments of type Webhook Modifier and Type Method Description okhttp3.CallDefaultApi. createWebhookAsync(WebhookBuilder webhookBuilder, ApiCallback<Webhook> _callback)Register webhook (asynchronously) Registers a webhook.okhttp3.CallDefaultApi. findWebhookAsync(UUID webhookId, ApiCallback<Webhook> _callback)Retrieve a Webhook (asynchronously) Retrieves a single webhook.okhttp3.CallDefaultApi. updateWebhookAsync(UUID webhookId, WebhookUpdater webhookUpdater, ApiCallback<Webhook> _callback)Edit a webhook (asynchronously) Edits a webhook. -
Uses of Webhook in com.onfido.model
Methods in com.onfido.model that return Webhook Modifier and Type Method Description WebhookWebhook. addEnvironmentsItem(String environmentsItem)WebhookWebhook. addEventsItem(WebhookEventType eventsItem)WebhookWebhook. enabled(Boolean enabled)WebhookWebhook. environments(List<String> environments)WebhookWebhook. events(List<WebhookEventType> events)static WebhookWebhook. fromJson(String jsonString)Create an instance of Webhook given an JSON stringWebhookWebhook. href(String href)WebhookWebhook. id(UUID id)WebhookWebhook. payloadVersion(Integer payloadVersion)WebhookWebhook. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WebhookWebhook. token(String token)WebhookWebhook. url(String url)Methods in com.onfido.model that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>WebhooksList. getWebhooks()Get webhooksMethods in com.onfido.model with parameters of type Webhook Modifier and Type Method Description WebhooksListWebhooksList. addWebhooksItem(Webhook webhooksItem)Method parameters in com.onfido.model with type arguments of type Webhook Modifier and Type Method Description voidWebhooksList. setWebhooks(List<Webhook> webhooks)WebhooksListWebhooksList. webhooks(List<Webhook> webhooks)
-