Uses of Class
com.onfido.FileTransfer
-
Packages that use FileTransfer Package Description com.onfido.api -
-
Uses of FileTransfer in com.onfido.api
Methods in com.onfido.api that return FileTransfer Modifier and Type Method Description FileTransferDefaultApi. downloadCheck(UUID checkId)Download check Downloads a PDF of a check with a given check ID.FileTransferDefaultApi. downloadDocument(UUID documentId)Download document Downloads specific documents belonging to an applicant.FileTransferDefaultApi. downloadDocumentVideo(String documentId)Download document video Downloads a document video.FileTransferDefaultApi. downloadIdPhoto(UUID idPhotoId)Download ID photo ID photos are downloaded using this endpoint.FileTransferDefaultApi. downloadLivePhoto(UUID livePhotoId)Download live photo Live photos are downloaded using this endpoint.FileTransferDefaultApi. downloadLiveVideo(UUID liveVideoId)Download live video Live videos are downloaded using this endpoint.FileTransferDefaultApi. downloadLiveVideoFrame(UUID liveVideoId)Download live video frame Returns the binary data representing a single frame from a live video.FileTransferDefaultApi. downloadMotionCapture(UUID motionCaptureId)Download motion capture Motion captures are downloaded using this endpoint.FileTransferDefaultApi. downloadMotionCaptureFrame(UUID motionCaptureId)Download motion capture frame Instead of the whole capture binary, a single frame can be downloaded using this endpoint.FileTransferDefaultApi. downloadQesDocument(UUID workflowRunId, UUID fileId)Retrieves the signed document or application form Retrieves the signed document or application form depending on the file_id provided.FileTransferDefaultApi. downloadSignedEvidenceFile(UUID workflowRunId)Retrieve Workflow Run Evidence Summary File Retrieves the signed evidence file for the designated Workflow RunFileTransferDefaultApi. findTimelineFile(UUID workflowRunId, UUID timelineFileId)Retrieve Timeline File for Workflow Run Retrieves the Timeline File for the designated Workflow Run.Methods in com.onfido.api that return types with arguments of type FileTransfer Modifier and Type Method Description ApiResponse<FileTransfer>DefaultApi. downloadCheckWithHttpInfo(UUID checkId)Download check Downloads a PDF of a check with a given check ID.ApiResponse<FileTransfer>DefaultApi. downloadDocumentVideoWithHttpInfo(String documentId)Download document video Downloads a document video.ApiResponse<FileTransfer>DefaultApi. downloadDocumentWithHttpInfo(UUID documentId)Download document Downloads specific documents belonging to an applicant.ApiResponse<FileTransfer>DefaultApi. downloadIdPhotoWithHttpInfo(UUID idPhotoId)Download ID photo ID photos are downloaded using this endpoint.ApiResponse<FileTransfer>DefaultApi. downloadLivePhotoWithHttpInfo(UUID livePhotoId)Download live photo Live photos are downloaded using this endpoint.ApiResponse<FileTransfer>DefaultApi. downloadLiveVideoFrameWithHttpInfo(UUID liveVideoId)Download live video frame Returns the binary data representing a single frame from a live video.ApiResponse<FileTransfer>DefaultApi. downloadLiveVideoWithHttpInfo(UUID liveVideoId)Download live video Live videos are downloaded using this endpoint.ApiResponse<FileTransfer>DefaultApi. downloadMotionCaptureFrameWithHttpInfo(UUID motionCaptureId)Download motion capture frame Instead of the whole capture binary, a single frame can be downloaded using this endpoint.ApiResponse<FileTransfer>DefaultApi. downloadMotionCaptureWithHttpInfo(UUID motionCaptureId)Download motion capture Motion captures are downloaded using this endpoint.ApiResponse<FileTransfer>DefaultApi. downloadQesDocumentWithHttpInfo(UUID workflowRunId, UUID fileId)Retrieves the signed document or application form Retrieves the signed document or application form depending on the file_id provided.ApiResponse<FileTransfer>DefaultApi. downloadSignedEvidenceFileWithHttpInfo(UUID workflowRunId)Retrieve Workflow Run Evidence Summary File Retrieves the signed evidence file for the designated Workflow RunApiResponse<FileTransfer>DefaultApi. findTimelineFileWithHttpInfo(UUID workflowRunId, UUID timelineFileId)Retrieve Timeline File for Workflow Run Retrieves the Timeline File for the designated Workflow Run.Methods in com.onfido.api with parameters of type FileTransfer Modifier and Type Method Description DocumentDefaultApi. uploadDocument(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentAsync(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback<Document> _callback)Upload a document (asynchronously) Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentCall(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback _callback)Build call for uploadDocumentApiResponse<Document>DefaultApi. uploadDocumentWithHttpInfo(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint.IdPhotoDefaultApi. uploadIdPhoto(UUID applicantId, FileTransfer _file)Upload ID photo You can upload ID photos to this endpoint.okhttp3.CallDefaultApi. uploadIdPhotoAsync(UUID applicantId, FileTransfer _file, ApiCallback<IdPhoto> _callback)Upload ID photo (asynchronously) You can upload ID photos to this endpoint.okhttp3.CallDefaultApi. uploadIdPhotoCall(UUID applicantId, FileTransfer _file, ApiCallback _callback)Build call for uploadIdPhotoApiResponse<IdPhoto>DefaultApi. uploadIdPhotoWithHttpInfo(UUID applicantId, FileTransfer _file)Upload ID photo You can upload ID photos to this endpoint.LivePhotoDefaultApi. uploadLivePhoto(UUID applicantId, FileTransfer _file, Boolean advancedValidation)Upload live photo You can upload live photos to this endpoint.okhttp3.CallDefaultApi. uploadLivePhotoAsync(UUID applicantId, FileTransfer _file, Boolean advancedValidation, ApiCallback<LivePhoto> _callback)Upload live photo (asynchronously) You can upload live photos to this endpoint.okhttp3.CallDefaultApi. uploadLivePhotoCall(UUID applicantId, FileTransfer _file, Boolean advancedValidation, ApiCallback _callback)Build call for uploadLivePhotoApiResponse<LivePhoto>DefaultApi. uploadLivePhotoWithHttpInfo(UUID applicantId, FileTransfer _file, Boolean advancedValidation)Upload live photo You can upload live photos to this endpoint.Method parameters in com.onfido.api with type arguments of type FileTransfer Modifier and Type Method Description okhttp3.CallDefaultApi. downloadCheckAsync(UUID checkId, ApiCallback<FileTransfer> _callback)Download check (asynchronously) Downloads a PDF of a check with a given check ID.okhttp3.CallDefaultApi. downloadDocumentAsync(UUID documentId, ApiCallback<FileTransfer> _callback)Download document (asynchronously) Downloads specific documents belonging to an applicant.okhttp3.CallDefaultApi. downloadDocumentVideoAsync(String documentId, ApiCallback<FileTransfer> _callback)Download document video (asynchronously) Downloads a document video.okhttp3.CallDefaultApi. downloadIdPhotoAsync(UUID idPhotoId, ApiCallback<FileTransfer> _callback)Download ID photo (asynchronously) ID photos are downloaded using this endpoint.okhttp3.CallDefaultApi. downloadLivePhotoAsync(UUID livePhotoId, ApiCallback<FileTransfer> _callback)Download live photo (asynchronously) Live photos are downloaded using this endpoint.okhttp3.CallDefaultApi. downloadLiveVideoAsync(UUID liveVideoId, ApiCallback<FileTransfer> _callback)Download live video (asynchronously) Live videos are downloaded using this endpoint.okhttp3.CallDefaultApi. downloadLiveVideoFrameAsync(UUID liveVideoId, ApiCallback<FileTransfer> _callback)Download live video frame (asynchronously) Returns the binary data representing a single frame from a live video.okhttp3.CallDefaultApi. downloadMotionCaptureAsync(UUID motionCaptureId, ApiCallback<FileTransfer> _callback)Download motion capture (asynchronously) Motion captures are downloaded using this endpoint.okhttp3.CallDefaultApi. downloadMotionCaptureFrameAsync(UUID motionCaptureId, ApiCallback<FileTransfer> _callback)Download motion capture frame (asynchronously) Instead of the whole capture binary, a single frame can be downloaded using this endpoint.okhttp3.CallDefaultApi. downloadQesDocumentAsync(UUID workflowRunId, UUID fileId, ApiCallback<FileTransfer> _callback)Retrieves the signed document or application form (asynchronously) Retrieves the signed document or application form depending on the file_id provided.okhttp3.CallDefaultApi. downloadSignedEvidenceFileAsync(UUID workflowRunId, ApiCallback<FileTransfer> _callback)Retrieve Workflow Run Evidence Summary File (asynchronously) Retrieves the signed evidence file for the designated Workflow Runokhttp3.CallDefaultApi. findTimelineFileAsync(UUID workflowRunId, UUID timelineFileId, ApiCallback<FileTransfer> _callback)Retrieve Timeline File for Workflow Run (asynchronously) Retrieves the Timeline File for the designated Workflow Run.
-