Uses of Class
com.onfido.model.WebhookEventType
-
Packages that use WebhookEventType Package Description com.onfido.model -
-
Uses of WebhookEventType in com.onfido.model
Methods in com.onfido.model that return WebhookEventType Modifier and Type Method Description static WebhookEventTypeWebhookEventType. fromValue(String value)WebhookEventTypeWebhookEventPayload. getAction()The event that triggered this webhook.WebhookEventTypeWebhooksResendItem. getEvent()The events that should retrigger webhooks.WebhookEventTypeWebhookEventType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WebhookEventTypeWebhookEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebhookEventType[]WebhookEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model that return types with arguments of type WebhookEventType Modifier and Type Method Description List<WebhookEventType>Webhook. getEvents()The events that will be published to the webhook.List<WebhookEventType>WebhookBuilder. getEvents()The events that will be published to the webhook.List<WebhookEventType>WebhookShared. getEvents()The events that will be published to the webhook.List<WebhookEventType>WebhookUpdater. getEvents()The events that will be published to the webhook.Methods in com.onfido.model with parameters of type WebhookEventType Modifier and Type Method Description WebhookEventPayloadWebhookEventPayload. action(WebhookEventType action)WebhookWebhook. addEventsItem(WebhookEventType eventsItem)WebhookBuilderWebhookBuilder. addEventsItem(WebhookEventType eventsItem)WebhookSharedWebhookShared. addEventsItem(WebhookEventType eventsItem)WebhookUpdaterWebhookUpdater. addEventsItem(WebhookEventType eventsItem)WebhooksResendItemWebhooksResendItem. event(WebhookEventType event)voidWebhookEventPayload. setAction(WebhookEventType action)voidWebhooksResendItem. setEvent(WebhookEventType event)voidWebhookEventType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WebhookEventType enumeration)Method parameters in com.onfido.model with type arguments of type WebhookEventType Modifier and Type Method Description WebhookWebhook. events(List<WebhookEventType> events)WebhookBuilderWebhookBuilder. events(List<WebhookEventType> events)WebhookSharedWebhookShared. events(List<WebhookEventType> events)WebhookUpdaterWebhookUpdater. events(List<WebhookEventType> events)voidWebhook. setEvents(List<WebhookEventType> events)voidWebhookBuilder. setEvents(List<WebhookEventType> events)voidWebhookShared. setEvents(List<WebhookEventType> events)voidWebhookUpdater. setEvents(List<WebhookEventType> events)
-