Uses of Class
com.onfido.model.ReportStatus
-
Packages that use ReportStatus Package Description com.onfido.model -
-
Uses of ReportStatus in com.onfido.model
Methods in com.onfido.model that return ReportStatus Modifier and Type Method Description static ReportStatusReportStatus. fromValue(String value)ReportStatusCompleteTaskDataBuilder. getStatus()Get statusReportStatusDeviceIntelligenceReport. getStatus()Get statusReportStatusDocumentReport. getStatus()Get statusReportStatusDocumentVideoReport. getStatus()Get statusReportStatusDocumentVideoWithAddressInformationReport. getStatus()Get statusReportStatusDocumentWithAddressInformationReport. getStatus()Get statusReportStatusDocumentWithDriverVerificationReport. getStatus()Get statusReportStatusDocumentWithDrivingLicenceInformationReport. getStatus()Get statusReportStatusFacialSimilarityMotionReport. getStatus()Get statusReportStatusFacialSimilarityPhotoFullyAutoReport. getStatus()Get statusReportStatusFacialSimilarityPhotoReport. getStatus()Get statusReportStatusFacialSimilarityVideoReport. getStatus()Get statusReportStatusIdentityEnhancedReport. getStatus()Get statusReportStatusIndiaPanReport. getStatus()Get statusReportStatusKnownFacesReport. getStatus()Get statusReportStatusProofOfAddressReport. getStatus()Get statusReportStatusReport. getStatus()Get statusReportStatusReportShared. getStatus()Get statusReportStatusUsDrivingLicenceReport. getStatus()Get statusReportStatusWatchlistAmlReport. getStatus()Get statusReportStatusWatchlistEnhancedReport. getStatus()Get statusReportStatusWatchlistPepsOnlyReport. getStatus()Get statusReportStatusWatchlistSanctionsOnlyReport. getStatus()Get statusReportStatusWatchlistStandardReport. getStatus()Get statusReportStatusReportStatus.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ReportStatusReportStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportStatus[]ReportStatus. 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 ReportStatus Modifier and Type Method Description voidDeviceIntelligenceReport. setStatus(ReportStatus status)voidDocumentReport. setStatus(ReportStatus status)voidDocumentVideoReport. setStatus(ReportStatus status)voidDocumentVideoWithAddressInformationReport. setStatus(ReportStatus status)voidDocumentWithAddressInformationReport. setStatus(ReportStatus status)voidDocumentWithDriverVerificationReport. setStatus(ReportStatus status)voidDocumentWithDrivingLicenceInformationReport. setStatus(ReportStatus status)voidFacialSimilarityMotionReport. setStatus(ReportStatus status)voidFacialSimilarityPhotoFullyAutoReport. setStatus(ReportStatus status)voidFacialSimilarityPhotoReport. setStatus(ReportStatus status)voidFacialSimilarityVideoReport. setStatus(ReportStatus status)voidIdentityEnhancedReport. setStatus(ReportStatus status)voidIndiaPanReport. setStatus(ReportStatus status)voidKnownFacesReport. setStatus(ReportStatus status)voidProofOfAddressReport. setStatus(ReportStatus status)voidReportShared. setStatus(ReportStatus status)voidUsDrivingLicenceReport. setStatus(ReportStatus status)voidWatchlistAmlReport. setStatus(ReportStatus status)voidWatchlistEnhancedReport. setStatus(ReportStatus status)voidWatchlistPepsOnlyReport. setStatus(ReportStatus status)voidWatchlistSanctionsOnlyReport. setStatus(ReportStatus status)voidWatchlistStandardReport. setStatus(ReportStatus status)DeviceIntelligenceReportDeviceIntelligenceReport. status(ReportStatus status)DocumentReportDocumentReport. status(ReportStatus status)DocumentVideoReportDocumentVideoReport. status(ReportStatus status)DocumentVideoWithAddressInformationReportDocumentVideoWithAddressInformationReport. status(ReportStatus status)DocumentWithAddressInformationReportDocumentWithAddressInformationReport. status(ReportStatus status)DocumentWithDriverVerificationReportDocumentWithDriverVerificationReport. status(ReportStatus status)DocumentWithDrivingLicenceInformationReportDocumentWithDrivingLicenceInformationReport. status(ReportStatus status)FacialSimilarityMotionReportFacialSimilarityMotionReport. status(ReportStatus status)FacialSimilarityPhotoFullyAutoReportFacialSimilarityPhotoFullyAutoReport. status(ReportStatus status)FacialSimilarityPhotoReportFacialSimilarityPhotoReport. status(ReportStatus status)FacialSimilarityVideoReportFacialSimilarityVideoReport. status(ReportStatus status)IdentityEnhancedReportIdentityEnhancedReport. status(ReportStatus status)IndiaPanReportIndiaPanReport. status(ReportStatus status)KnownFacesReportKnownFacesReport. status(ReportStatus status)ProofOfAddressReportProofOfAddressReport. status(ReportStatus status)ReportSharedReportShared. status(ReportStatus status)UsDrivingLicenceReportUsDrivingLicenceReport. status(ReportStatus status)WatchlistAmlReportWatchlistAmlReport. status(ReportStatus status)WatchlistEnhancedReportWatchlistEnhancedReport. status(ReportStatus status)WatchlistPepsOnlyReportWatchlistPepsOnlyReport. status(ReportStatus status)WatchlistSanctionsOnlyReportWatchlistSanctionsOnlyReport. status(ReportStatus status)WatchlistStandardReportWatchlistStandardReport. status(ReportStatus status)voidReportStatus.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ReportStatus enumeration)
-