Uses of Class
com.onfido.model.DeviceIntelligenceReport
-
Packages that use DeviceIntelligenceReport Package Description com.onfido.model -
-
Uses of DeviceIntelligenceReport in com.onfido.model
Methods in com.onfido.model that return DeviceIntelligenceReport Modifier and Type Method Description DeviceIntelligenceReportDeviceIntelligenceReport. addDocumentsItem(ReportDocument documentsItem)DeviceIntelligenceReportDeviceIntelligenceReport. breakdown(DeviceIntelligenceBreakdown breakdown)DeviceIntelligenceReportDeviceIntelligenceReport. checkId(UUID checkId)DeviceIntelligenceReportDeviceIntelligenceReport. createdAt(OffsetDateTime createdAt)DeviceIntelligenceReportDeviceIntelligenceReport. documents(List<ReportDocument> documents)static DeviceIntelligenceReportDeviceIntelligenceReport. fromJson(String jsonString)Create an instance of DeviceIntelligenceReport given an JSON stringDeviceIntelligenceReportReport. getDeviceIntelligenceReport()Get the actual instance of `DeviceIntelligenceReport`.DeviceIntelligenceReportDeviceIntelligenceReport. href(String href)DeviceIntelligenceReportDeviceIntelligenceReport. id(UUID id)DeviceIntelligenceReportDeviceIntelligenceReport. name(ReportName name)DeviceIntelligenceReportDeviceIntelligenceReport. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.DeviceIntelligenceReportDeviceIntelligenceReport. result(ReportResult result)DeviceIntelligenceReportDeviceIntelligenceReport. status(ReportStatus status)DeviceIntelligenceReportDeviceIntelligenceReport. subResult(ReportSubResult subResult)
-