Uses of Class
com.onfido.model.WebhookUpdater
-
Packages that use WebhookUpdater Package Description com.onfido.api com.onfido.model -
-
Uses of WebhookUpdater in com.onfido.api
Methods in com.onfido.api with parameters of type WebhookUpdater Modifier and Type Method Description WebhookDefaultApi. updateWebhook(UUID webhookId, WebhookUpdater webhookUpdater)Edit a webhook Edits a webhook.okhttp3.CallDefaultApi. updateWebhookAsync(UUID webhookId, WebhookUpdater webhookUpdater, ApiCallback<Webhook> _callback)Edit a webhook (asynchronously) Edits a webhook.okhttp3.CallDefaultApi. updateWebhookCall(UUID webhookId, WebhookUpdater webhookUpdater, ApiCallback _callback)Build call for updateWebhookApiResponse<Webhook>DefaultApi. updateWebhookWithHttpInfo(UUID webhookId, WebhookUpdater webhookUpdater)Edit a webhook Edits a webhook. -
Uses of WebhookUpdater in com.onfido.model
Methods in com.onfido.model that return WebhookUpdater Modifier and Type Method Description WebhookUpdaterWebhookUpdater. addEnvironmentsItem(String environmentsItem)WebhookUpdaterWebhookUpdater. addEventsItem(WebhookEventType eventsItem)WebhookUpdaterWebhookUpdater. enabled(Boolean enabled)WebhookUpdaterWebhookUpdater. environments(List<String> environments)WebhookUpdaterWebhookUpdater. events(List<WebhookEventType> events)static WebhookUpdaterWebhookUpdater. fromJson(String jsonString)Create an instance of WebhookUpdater given an JSON stringWebhookUpdaterWebhookUpdater. payloadVersion(Integer payloadVersion)WebhookUpdaterWebhookUpdater. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WebhookUpdaterWebhookUpdater. url(String url)
-