Uses of Class
com.onfido.model.CountryCodes
-
Packages that use CountryCodes Package Description com.onfido.api com.onfido.model -
-
Uses of CountryCodes in com.onfido.api
Methods in com.onfido.api with parameters of type CountryCodes Modifier and Type Method Description DocumentDefaultApi. uploadDocument(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentAsync(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback<Document> _callback)Upload a document (asynchronously) Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentCall(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback _callback)Build call for uploadDocumentApiResponse<Document>DefaultApi. uploadDocumentWithHttpInfo(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint. -
Uses of CountryCodes in com.onfido.model
Methods in com.onfido.model that return CountryCodes Modifier and Type Method Description static CountryCodesCountryCodes. fromValue(String value)CountryCodesAddress. getCountry()The 3 character ISO country code of this address.CountryCodesAddressBuilder. getCountry()The 3 character ISO country code of this address.CountryCodesAddressShared. getCountry()The 3 character ISO country code of this address.CountryCodesDeviceIntelligenceBreakdownPropertiesGeolocation. getCountry()Country location of the IP address in a three letter format.CountryCodesWatchlistEnhancedPropertiesRecordsInnerAddressInner. getCountry()Get countryCountryCodesLocation. getCountryOfResidence()The applicant's country of residence in 3-letter ISO code.CountryCodesLocationBuilder. getCountryOfResidence()The applicant's country of residence in 3-letter ISO code.CountryCodesLocationShared. getCountryOfResidence()The applicant's country of residence in 3-letter ISO code.CountryCodesDocument. getIssuingCountry()The issuing country of the document, a 3-letter ISO code.CountryCodesDocumentShared. getIssuingCountry()The issuing country of the document, a 3-letter ISO code.CountryCodesExtractionDocumentClassification. getIssuingCountry()Document country in 3-letter ISO code.CountryCodesExtractionExtractedData. getIssuingCountry()Document country in 3-letter ISO code.CountryCodesCountryCodes.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CountryCodesCountryCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static CountryCodes[]CountryCodes. 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 CountryCodes Modifier and Type Method Description AddressAddress. country(CountryCodes country)AddressBuilderAddressBuilder. country(CountryCodes country)AddressSharedAddressShared. country(CountryCodes country)DeviceIntelligenceBreakdownPropertiesGeolocationDeviceIntelligenceBreakdownPropertiesGeolocation. country(CountryCodes country)WatchlistEnhancedPropertiesRecordsInnerAddressInnerWatchlistEnhancedPropertiesRecordsInnerAddressInner. country(CountryCodes country)LocationLocation. countryOfResidence(CountryCodes countryOfResidence)LocationBuilderLocationBuilder. countryOfResidence(CountryCodes countryOfResidence)LocationSharedLocationShared. countryOfResidence(CountryCodes countryOfResidence)DocumentDocument. issuingCountry(CountryCodes issuingCountry)DocumentSharedDocumentShared. issuingCountry(CountryCodes issuingCountry)ExtractionDocumentClassificationExtractionDocumentClassification. issuingCountry(CountryCodes issuingCountry)ExtractionExtractedDataExtractionExtractedData. issuingCountry(CountryCodes issuingCountry)voidAddress. setCountry(CountryCodes country)voidAddressBuilder. setCountry(CountryCodes country)voidAddressShared. setCountry(CountryCodes country)voidDeviceIntelligenceBreakdownPropertiesGeolocation. setCountry(CountryCodes country)voidWatchlistEnhancedPropertiesRecordsInnerAddressInner. setCountry(CountryCodes country)voidLocation. setCountryOfResidence(CountryCodes countryOfResidence)voidLocationBuilder. setCountryOfResidence(CountryCodes countryOfResidence)voidLocationShared. setCountryOfResidence(CountryCodes countryOfResidence)voidDocument. setIssuingCountry(CountryCodes issuingCountry)voidDocumentShared. setIssuingCountry(CountryCodes issuingCountry)voidExtractionDocumentClassification. setIssuingCountry(CountryCodes issuingCountry)voidExtractionExtractedData. setIssuingCountry(CountryCodes issuingCountry)voidCountryCodes.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CountryCodes enumeration)
-