Uses of Class
com.onfido.model.CheckResponse.ResultEnum
-
Packages that use CheckResponse.ResultEnum Package Description com.onfido.model -
-
Uses of CheckResponse.ResultEnum in com.onfido.model
Methods in com.onfido.model that return CheckResponse.ResultEnum Modifier and Type Method Description static CheckResponse.ResultEnumCheckResponse.ResultEnum. fromValue(String value)CheckResponse.ResultEnumCheckResponse. getResult()The overall result of the check, based on the results of the constituent reports.CheckResponse.ResultEnumCheckResponse.ResultEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CheckResponse.ResultEnumCheckResponse.ResultEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckResponse.ResultEnum[]CheckResponse.ResultEnum. 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 CheckResponse.ResultEnum Modifier and Type Method Description CheckResponseCheckResponse. result(CheckResponse.ResultEnum result)voidCheckResponse. setResult(CheckResponse.ResultEnum result)voidCheckResponse.ResultEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CheckResponse.ResultEnum enumeration)
-