Uses of Class
com.onfido.model.WebhookResend
-
Packages that use WebhookResend Package Description com.onfido.api com.onfido.model -
-
Uses of WebhookResend in com.onfido.api
Methods in com.onfido.api with parameters of type WebhookResend Modifier and Type Method Description voidDefaultApi. resendWebhooks(WebhookResend webhookResend)Resends webhooks Resends events to all webhooks registered with a matching environment in your account.okhttp3.CallDefaultApi. resendWebhooksAsync(WebhookResend webhookResend, ApiCallback<Void> _callback)Resends webhooks (asynchronously) Resends events to all webhooks registered with a matching environment in your account.okhttp3.CallDefaultApi. resendWebhooksCall(WebhookResend webhookResend, ApiCallback _callback)Build call for resendWebhooksApiResponse<Void>DefaultApi. resendWebhooksWithHttpInfo(WebhookResend webhookResend)Resends webhooks Resends events to all webhooks registered with a matching environment in your account. -
Uses of WebhookResend in com.onfido.model
Methods in com.onfido.model that return WebhookResend Modifier and Type Method Description WebhookResendWebhookResend. addDataItem(WebhooksResendItem dataItem)WebhookResendWebhookResend. data(List<WebhooksResendItem> data)static WebhookResendWebhookResend. fromJson(String jsonString)Create an instance of WebhookResend given an JSON stringWebhookResendWebhookResend. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-