Uses of Class
com.onfido.model.UsDrivingLicenceShared.GenderEnum
-
Packages that use UsDrivingLicenceShared.GenderEnum Package Description com.onfido.model -
-
Uses of UsDrivingLicenceShared.GenderEnum in com.onfido.model
Methods in com.onfido.model that return UsDrivingLicenceShared.GenderEnum Modifier and Type Method Description static UsDrivingLicenceShared.GenderEnumUsDrivingLicenceShared.GenderEnum. fromValue(String value)UsDrivingLicenceShared.GenderEnumUsDrivingLicenceShared. getGender()Get genderUsDrivingLicenceShared.GenderEnumUsDrivingLicenceShared.GenderEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static UsDrivingLicenceShared.GenderEnumUsDrivingLicenceShared.GenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UsDrivingLicenceShared.GenderEnum[]UsDrivingLicenceShared.GenderEnum. 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 UsDrivingLicenceShared.GenderEnum Modifier and Type Method Description voidUsDrivingLicenceShared.GenderEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, UsDrivingLicenceShared.GenderEnum enumeration)Constructors in com.onfido.model with parameters of type UsDrivingLicenceShared.GenderEnum Constructor Description UsDrivingLicenceShared(UsDrivingLicenceShared.GenderEnum gender)
-