Uses of Class
com.onfido.model.ProofOfAddressProperties.DocumentTypeEnum
-
Packages that use ProofOfAddressProperties.DocumentTypeEnum Package Description com.onfido.model -
-
Uses of ProofOfAddressProperties.DocumentTypeEnum in com.onfido.model
Methods in com.onfido.model that return ProofOfAddressProperties.DocumentTypeEnum Modifier and Type Method Description static ProofOfAddressProperties.DocumentTypeEnumProofOfAddressProperties.DocumentTypeEnum. fromValue(String value)ProofOfAddressProperties.DocumentTypeEnumProofOfAddressProperties. getDocumentType()This property provides the document type according to the set of supported documents.ProofOfAddressProperties.DocumentTypeEnumProofOfAddressProperties.DocumentTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ProofOfAddressProperties.DocumentTypeEnumProofOfAddressProperties.DocumentTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ProofOfAddressProperties.DocumentTypeEnum[]ProofOfAddressProperties.DocumentTypeEnum. 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 ProofOfAddressProperties.DocumentTypeEnum Modifier and Type Method Description ProofOfAddressPropertiesProofOfAddressProperties. documentType(ProofOfAddressProperties.DocumentTypeEnum documentType)voidProofOfAddressProperties. setDocumentType(ProofOfAddressProperties.DocumentTypeEnum documentType)voidProofOfAddressProperties.DocumentTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ProofOfAddressProperties.DocumentTypeEnum enumeration)
-