Uses of Class
com.onfido.model.CheckStatus
-
Packages that use CheckStatus Package Description com.onfido.model -
-
Uses of CheckStatus in com.onfido.model
Methods in com.onfido.model that return CheckStatus Modifier and Type Method Description static CheckStatusCheckStatus. fromValue(String value)CheckStatusCheck. getStatus()Get statusCheckStatusCheckResponse. getStatus()Get statusCheckStatusCheckStatus.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CheckStatusCheckStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckStatus[]CheckStatus. 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 CheckStatus Modifier and Type Method Description voidCheck. setStatus(CheckStatus status)voidCheckResponse. setStatus(CheckStatus status)CheckCheck. status(CheckStatus status)CheckResponseCheckResponse. status(CheckStatus status)voidCheckStatus.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CheckStatus enumeration)
-