Uses of Class
com.onfido.model.IdNumber.TypeEnum
-
Packages that use IdNumber.TypeEnum Package Description com.onfido.model -
-
Uses of IdNumber.TypeEnum in com.onfido.model
Methods in com.onfido.model that return IdNumber.TypeEnum Modifier and Type Method Description static IdNumber.TypeEnumIdNumber.TypeEnum. fromValue(String value)IdNumber.TypeEnumIdNumber. getType()Type of ID number.IdNumber.TypeEnumIdNumber.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static IdNumber.TypeEnumIdNumber.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static IdNumber.TypeEnum[]IdNumber.TypeEnum. 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 IdNumber.TypeEnum Modifier and Type Method Description voidIdNumber. setType(IdNumber.TypeEnum type)IdNumberIdNumber. type(IdNumber.TypeEnum type)voidIdNumber.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, IdNumber.TypeEnum enumeration)
-