Uses of Class
com.onfido.model.DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum
-
Packages that use DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum Package Description com.onfido.model -
-
Uses of DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum in com.onfido.model
Methods in com.onfido.model that return DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum Modifier and Type Method Description static DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnumDocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum. fromValue(String value)DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnumDocumentWithDriverVerificationReportAllOfProperties. getSecurityTier()Get securityTierDocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnumDocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnumDocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum[]DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum. 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 DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum Modifier and Type Method Description DocumentWithDriverVerificationReportAllOfPropertiesDocumentWithDriverVerificationReportAllOfProperties. securityTier(DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum securityTier)voidDocumentWithDriverVerificationReportAllOfProperties. setSecurityTier(DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum securityTier)voidDocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentWithDriverVerificationReportAllOfProperties.SecurityTierEnum enumeration)
-