Package | Description |
---|---|
com.groupdocs.cloud.signature.api | |
com.groupdocs.cloud.signature.client |
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
FileApi.copyFileAsync(CopyFileRequest request,
ApiCallback<java.lang.Void> callback) |
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.copyFolderAsync(CopyFolderRequest request,
ApiCallback<java.lang.Void> callback) |
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.createFolderAsync(CreateFolderRequest request,
ApiCallback<java.lang.Void> callback) |
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
SignApi.createSignaturesAsync(CreateSignaturesRequest request,
ApiCallback<SignResult> callback) |
Creates new signatures in the document and saves resultant document into 'Output' folder (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.deleteFileAsync(DeleteFileRequest request,
ApiCallback<java.lang.Void> callback) |
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.deleteFolderAsync(DeleteFolderRequest request,
ApiCallback<java.lang.Void> callback) |
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
SignApi.deleteSignaturesAsync(DeleteSignaturesRequest request,
ApiCallback<DeleteResult> callback) |
Deletes signatures in the document (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.downloadFileAsync(DownloadFileRequest request,
ApiCallback<java.io.File> callback) |
Download file (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.getDiscUsageAsync(GetDiscUsageRequest request,
ApiCallback<DiscUsage> callback) |
Get disc usage (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.getFilesListAsync(GetFilesListRequest request,
ApiCallback<FilesList> callback) |
Get all files and folders within a folder (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.getFileVersionsAsync(GetFileVersionsRequest request,
ApiCallback<FileVersions> callback) |
Get file versions (asynchronously)
|
com.squareup.okhttp.Call |
InfoApi.getInfoAsync(GetInfoRequest request,
ApiCallback<InfoResult> callback) |
Retrieves basic document info - path, extension, formats, size etc (asynchronously)
|
com.squareup.okhttp.Call |
InfoApi.getSupportedBarcodesAsync(ApiCallback<BarcodesResult> callback) |
Retrieves supported Barcodes list (asynchronously)
|
com.squareup.okhttp.Call |
InfoApi.getSupportedFileFormatsAsync(ApiCallback<FormatsResult> callback) |
Retrieves supported file formats list (asynchronously)
|
com.squareup.okhttp.Call |
InfoApi.getSupportedQRCodesAsync(ApiCallback<QRCodesResult> callback) |
Retrieves supported QR-codes list (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.moveFileAsync(MoveFileRequest request,
ApiCallback<java.lang.Void> callback) |
Move file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.moveFolderAsync(MoveFolderRequest request,
ApiCallback<java.lang.Void> callback) |
Move folder (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.objectExistsAsync(ObjectExistsRequest request,
ApiCallback<ObjectExist> callback) |
Check if file or folder exists (asynchronously)
|
com.squareup.okhttp.Call |
PreviewApi.previewDocumentAsync(PreviewDocumentRequest request,
ApiCallback<PreviewResult> callback) |
Creates document preview images (asynchronously)
|
com.squareup.okhttp.Call |
SignApi.searchSignaturesAsync(SearchSignaturesRequest request,
ApiCallback<SearchResult> callback) |
Searches for signatures applied to the document (asynchronously)
|
com.squareup.okhttp.Call |
StorageApi.storageExistsAsync(StorageExistsRequest request,
ApiCallback<StorageExist> callback) |
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
SignApi.updateSignaturesAsync(UpdateSignaturesRequest request,
ApiCallback<UpdateResult> callback) |
Updates signatures in the document (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.uploadFileAsync(UploadFileRequest request,
ApiCallback<FilesUploadResult> callback) |
Upload file (asynchronously)
|
com.squareup.okhttp.Call |
SignApi.verifySignaturesAsync(VerifySignaturesRequest request,
ApiCallback<VerifyResult> callback) |
Verifies whether document contains signatures that meet the specified criteria (asynchronously)
|
Modifier and Type | Method | Description |
---|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback) |
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
java.lang.reflect.Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
Copyright © 2021. All rights reserved.