Uses of Class
com.onfido.model.ReportsList
-
Packages that use ReportsList Package Description com.onfido.api com.onfido.model -
-
Uses of ReportsList in com.onfido.api
Methods in com.onfido.api that return ReportsList Modifier and Type Method Description ReportsListDefaultApi. listReports(UUID checkId)List reports All the reports belonging to a particular check can be listed from this endpoint.Methods in com.onfido.api that return types with arguments of type ReportsList Modifier and Type Method Description ApiResponse<ReportsList>DefaultApi. listReportsWithHttpInfo(UUID checkId)List reports All the reports belonging to a particular check can be listed from this endpoint.Method parameters in com.onfido.api with type arguments of type ReportsList Modifier and Type Method Description okhttp3.CallDefaultApi. listReportsAsync(UUID checkId, ApiCallback<ReportsList> _callback)List reports (asynchronously) All the reports belonging to a particular check can be listed from this endpoint. -
Uses of ReportsList in com.onfido.model
Methods in com.onfido.model that return ReportsList Modifier and Type Method Description ReportsListReportsList. addReportsItem(Report reportsItem)static ReportsListReportsList. fromJson(String jsonString)Create an instance of ReportsList given an JSON stringReportsListReportsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ReportsListReportsList. reports(List<Report> reports)
-