Uses of Class
com.onfido.model.WebhooksResendItem
-
Packages that use WebhooksResendItem Package Description com.onfido.model -
-
Uses of WebhooksResendItem in com.onfido.model
Methods in com.onfido.model that return WebhooksResendItem Modifier and Type Method Description WebhooksResendItemWebhooksResendItem. event(WebhookEventType event)static WebhooksResendItemWebhooksResendItem. fromJson(String jsonString)Create an instance of WebhooksResendItem given an JSON stringWebhooksResendItemWebhooksResendItem. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.WebhooksResendItemWebhooksResendItem. resourceId(UUID resourceId)Methods in com.onfido.model that return types with arguments of type WebhooksResendItem Modifier and Type Method Description List<WebhooksResendItem>WebhookResend. getData()Get dataMethods in com.onfido.model with parameters of type WebhooksResendItem Modifier and Type Method Description WebhookResendWebhookResend. addDataItem(WebhooksResendItem dataItem)Method parameters in com.onfido.model with type arguments of type WebhooksResendItem Modifier and Type Method Description WebhookResendWebhookResend. data(List<WebhooksResendItem> data)voidWebhookResend. setData(List<WebhooksResendItem> data)
-