Uses of Class
com.onfido.model.ReportDocument
-
Packages that use ReportDocument Package Description com.onfido.model -
-
Uses of ReportDocument in com.onfido.model
Methods in com.onfido.model that return ReportDocument Modifier and Type Method Description static ReportDocumentReportDocument. fromJson(String jsonString)Create an instance of ReportDocument given an JSON stringReportDocumentReportDocument. id(UUID id)ReportDocumentReportDocument. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model that return types with arguments of type ReportDocument Modifier and Type Method Description List<ReportDocument>DeviceIntelligenceReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentVideoReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentVideoWithAddressInformationReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentWithAddressInformationReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentWithDriverVerificationReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>DocumentWithDrivingLicenceInformationReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>FacialSimilarityMotionReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>FacialSimilarityPhotoFullyAutoReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>FacialSimilarityPhotoReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>FacialSimilarityVideoReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>IdentityEnhancedReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>IndiaPanReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>KnownFacesReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>ProofOfAddressReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>ReportShared. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>UsDrivingLicenceReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>WatchlistAmlReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>WatchlistEnhancedReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>WatchlistPepsOnlyReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>WatchlistSanctionsOnlyReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.List<ReportDocument>WatchlistStandardReport. getDocuments()Array of objects with document ids that were used in the Onfido engine.Method parameters in com.onfido.model with type arguments of type ReportDocument Modifier and Type Method Description DeviceIntelligenceReportDeviceIntelligenceReport. documents(List<ReportDocument> documents)DocumentReportDocumentReport. documents(List<ReportDocument> documents)DocumentVideoReportDocumentVideoReport. documents(List<ReportDocument> documents)DocumentVideoWithAddressInformationReportDocumentVideoWithAddressInformationReport. documents(List<ReportDocument> documents)DocumentWithAddressInformationReportDocumentWithAddressInformationReport. documents(List<ReportDocument> documents)DocumentWithDriverVerificationReportDocumentWithDriverVerificationReport. documents(List<ReportDocument> documents)DocumentWithDrivingLicenceInformationReportDocumentWithDrivingLicenceInformationReport. documents(List<ReportDocument> documents)FacialSimilarityMotionReportFacialSimilarityMotionReport. documents(List<ReportDocument> documents)FacialSimilarityPhotoFullyAutoReportFacialSimilarityPhotoFullyAutoReport. documents(List<ReportDocument> documents)FacialSimilarityPhotoReportFacialSimilarityPhotoReport. documents(List<ReportDocument> documents)FacialSimilarityVideoReportFacialSimilarityVideoReport. documents(List<ReportDocument> documents)IdentityEnhancedReportIdentityEnhancedReport. documents(List<ReportDocument> documents)IndiaPanReportIndiaPanReport. documents(List<ReportDocument> documents)KnownFacesReportKnownFacesReport. documents(List<ReportDocument> documents)ProofOfAddressReportProofOfAddressReport. documents(List<ReportDocument> documents)ReportSharedReportShared. documents(List<ReportDocument> documents)UsDrivingLicenceReportUsDrivingLicenceReport. documents(List<ReportDocument> documents)WatchlistAmlReportWatchlistAmlReport. documents(List<ReportDocument> documents)WatchlistEnhancedReportWatchlistEnhancedReport. documents(List<ReportDocument> documents)WatchlistPepsOnlyReportWatchlistPepsOnlyReport. documents(List<ReportDocument> documents)WatchlistSanctionsOnlyReportWatchlistSanctionsOnlyReport. documents(List<ReportDocument> documents)WatchlistStandardReportWatchlistStandardReport. documents(List<ReportDocument> documents)voidDeviceIntelligenceReport. setDocuments(List<ReportDocument> documents)voidDocumentReport. setDocuments(List<ReportDocument> documents)voidDocumentVideoReport. setDocuments(List<ReportDocument> documents)voidDocumentVideoWithAddressInformationReport. setDocuments(List<ReportDocument> documents)voidDocumentWithAddressInformationReport. setDocuments(List<ReportDocument> documents)voidDocumentWithDriverVerificationReport. setDocuments(List<ReportDocument> documents)voidDocumentWithDrivingLicenceInformationReport. setDocuments(List<ReportDocument> documents)voidFacialSimilarityMotionReport. setDocuments(List<ReportDocument> documents)voidFacialSimilarityPhotoFullyAutoReport. setDocuments(List<ReportDocument> documents)voidFacialSimilarityPhotoReport. setDocuments(List<ReportDocument> documents)voidFacialSimilarityVideoReport. setDocuments(List<ReportDocument> documents)voidIdentityEnhancedReport. setDocuments(List<ReportDocument> documents)voidIndiaPanReport. setDocuments(List<ReportDocument> documents)voidKnownFacesReport. setDocuments(List<ReportDocument> documents)voidProofOfAddressReport. setDocuments(List<ReportDocument> documents)voidReportShared. setDocuments(List<ReportDocument> documents)voidUsDrivingLicenceReport. setDocuments(List<ReportDocument> documents)voidWatchlistAmlReport. setDocuments(List<ReportDocument> documents)voidWatchlistEnhancedReport. setDocuments(List<ReportDocument> documents)voidWatchlistPepsOnlyReport. setDocuments(List<ReportDocument> documents)voidWatchlistSanctionsOnlyReport. setDocuments(List<ReportDocument> documents)voidWatchlistStandardReport. setDocuments(List<ReportDocument> documents)
-