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