Uses of Class
com.onfido.model.WebhookEventObjectStatus
-
Packages that use WebhookEventObjectStatus Package Description com.onfido.model -
-
Uses of WebhookEventObjectStatus in com.onfido.model
Methods in com.onfido.model that return WebhookEventObjectStatus Modifier and Type Method Description static WebhookEventObjectStatusWebhookEventObjectStatus. fromValue(String value)WebhookEventObjectStatusWebhookEventPayloadObject. getStatus()Get statusWebhookEventObjectStatusWebhookEventObjectStatus.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static WebhookEventObjectStatusWebhookEventObjectStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WebhookEventObjectStatus[]WebhookEventObjectStatus. 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 WebhookEventObjectStatus Modifier and Type Method Description voidWebhookEventPayloadObject. setStatus(WebhookEventObjectStatus status)WebhookEventPayloadObjectWebhookEventPayloadObject. status(WebhookEventObjectStatus status)voidWebhookEventObjectStatus.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, WebhookEventObjectStatus enumeration)
-