Uses of Class
com.onfido.models.WebhookResendObject.Request
-
Packages that use WebhookResendObject.Request Package Description com.onfido.models -
-
Uses of WebhookResendObject.Request in com.onfido.models
Methods in com.onfido.models that return WebhookResendObject.Request Modifier and Type Method Description WebhookResendObject.RequestWebhookResendObject.Request. event(String event)The event that should be resent.WebhookResendObject.Request[]WebhookResend.Request. getData()Data objectstatic WebhookResendObject.RequestWebhookResendObject. request()WebhookResendObject.RequestWebhookResendObject.Request. resourceId(String resourceId)The resource id to resend.WebhookResendObject.RequestWebhookResendObject.Request. resourceType(String resourceType)The resource type to resend.Methods in com.onfido.models with parameters of type WebhookResendObject.Request Modifier and Type Method Description WebhookResend.RequestWebhookResend.Request. data(WebhookResendObject.Request... data)Data objectMethod parameters in com.onfido.models with type arguments of type WebhookResendObject.Request Modifier and Type Method Description WebhookResend.RequestWebhookResend.Request. data(List<WebhookResendObject.Request> data)Data object
-