Uses of Class
com.onfido.model.ReportShared
-
Packages that use ReportShared Package Description com.onfido.model -
-
Uses of ReportShared in com.onfido.model
Methods in com.onfido.model that return ReportShared Modifier and Type Method Description ReportSharedReportShared. addDocumentsItem(ReportDocument documentsItem)ReportSharedReportShared. checkId(UUID checkId)ReportSharedReportShared. createdAt(OffsetDateTime createdAt)ReportSharedReportShared. documents(List<ReportDocument> documents)static ReportSharedReportShared. fromJson(String jsonString)Create an instance of ReportShared given an JSON stringReportSharedCompleteTaskDataBuilder. getReportShared()Give access to shared properties.ReportSharedReport. getReportShared()Give access to shared properties.ReportSharedReportShared. href(String href)ReportSharedReportShared. id(UUID id)ReportSharedReportShared. name(ReportName name)ReportSharedReportShared. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ReportSharedReportShared. result(ReportResult result)ReportSharedReportShared. status(ReportStatus status)ReportSharedReportShared. subResult(ReportSubResult subResult)
-