Uses of Class
com.onfido.model.Report
-
Packages that use Report Package Description com.onfido.api com.onfido.model -
-
Uses of Report in com.onfido.api
Methods in com.onfido.api that return Report Modifier and Type Method Description ReportDefaultApi. findReport(UUID reportId)Retrieve report A single report can be retrieved using this endpoint with the corresponding unique identifier.Methods in com.onfido.api that return types with arguments of type Report Modifier and Type Method Description ApiResponse<Report>DefaultApi. findReportWithHttpInfo(UUID reportId)Retrieve report A single report can be retrieved using this endpoint with the corresponding unique identifier.Method parameters in com.onfido.api with type arguments of type Report Modifier and Type Method Description okhttp3.CallDefaultApi. findReportAsync(UUID reportId, ApiCallback<Report> _callback)Retrieve report (asynchronously) A single report can be retrieved using this endpoint with the corresponding unique identifier. -
Uses of Report in com.onfido.model
Methods in com.onfido.model that return Report Modifier and Type Method Description static ReportReport. fromJson(String jsonString)Create an instance of Report given an JSON stringMethods in com.onfido.model that return types with arguments of type Report Modifier and Type Method Description List<Report>ReportsList. getReports()Get reportsMethods in com.onfido.model with parameters of type Report Modifier and Type Method Description ReportsListReportsList. addReportsItem(Report reportsItem)Method parameters in com.onfido.model with type arguments of type Report Modifier and Type Method Description ReportsListReportsList. reports(List<Report> reports)voidReportsList. setReports(List<Report> reports)
-