Uses of Class
com.onfido.model.WebhookEventResourceType
-
Packages that use WebhookEventResourceType Package Description com.onfido.model -
-
Uses of WebhookEventResourceType in com.onfido.model
Methods in com.onfido.model that return WebhookEventResourceType Modifier and Type Method Description static WebhookEventResourceTypeWebhookEventResourceType. fromValue(String value)WebhookEventResourceTypeWebhookEventPayload. getResourceType()Indicates the resource affected by this event.WebhookEventResourceTypeWebhookEventResourceType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WebhookEventResourceTypeWebhookEventResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static WebhookEventResourceType[]WebhookEventResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type WebhookEventResourceType Modifier and Type Method Description WebhookEventPayloadWebhookEventPayload. resourceType(WebhookEventResourceType resourceType)voidWebhookEventPayload. setResourceType(WebhookEventResourceType resourceType)voidWebhookEventResourceType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WebhookEventResourceType enumeration)
-