Uses of Class
com.onfido.model.RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum
-
Packages that use RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum Package Description com.onfido.model -
-
Uses of RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum in com.onfido.model
Methods in com.onfido.model that return RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum Modifier and Type Method Description static RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnumRepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum. fromValue(String value)RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnumRepeatAttemptsListRepeatAttemptsInner. getDateOfBirth()Whether the dates of birth are exactly the same or are different.RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnumRepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnumRepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum[]RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum. 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 RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum Modifier and Type Method Description RepeatAttemptsListRepeatAttemptsInnerRepeatAttemptsListRepeatAttemptsInner. dateOfBirth(RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum dateOfBirth)voidRepeatAttemptsListRepeatAttemptsInner. setDateOfBirth(RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum dateOfBirth)voidRepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RepeatAttemptsListRepeatAttemptsInner.DateOfBirthEnum enumeration)
-