Uses of Class
com.onfido.api.FileDownload
-
Packages that use FileDownload Package Description com.onfido com.onfido.api -
-
Uses of FileDownload in com.onfido
Methods in com.onfido that return FileDownload Modifier and Type Method Description FileDownloadCheckManager. download(String checkId)Downloads a check.FileDownloadDocumentManager. download(String documentId)Downloads specific documents belonging to an applicant.FileDownloadLivePhotoManager. download(String livePhotoId)Downloads a live photo.FileDownloadLiveVideoManager. download(String liveVideoId)Downloads a live video.FileDownloadMotionCaptureManager. download(String motionCaptureId)Downloads a motion capture.FileDownloadLiveVideoManager. downloadFrame(String liveVideoId)Instead of the whole video, a single frame can be downloaded.FileDownloadMotionCaptureManager. downloadFrame(String motionCaptureId)Instead of the whole motion capture, a single frame can be downloaded.FileDownloadWorkflowRunManager. evidence(String workflowRunId)Downloads a Workflow Run signed evidence file. -
Uses of FileDownload in com.onfido.api
Methods in com.onfido.api that return FileDownload Modifier and Type Method Description protected FileDownloadResourceManager. downloadRequest(String path)Makes a GET http call to the specified path
-