Package | Description |
---|---|
com.groupdocs.cloud.watermark.api | |
com.groupdocs.cloud.watermark.client |
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
WatermarkApi.addAsync(AddRequest request,
ApiCallback<WatermarkResult> callback) |
Add watermarks to a document of any supported type.
|
com.squareup.okhttp.Call |
FileApi.copyFileAsync(CopyFileRequest request,
ApiCallback<Void> callback) |
Copy file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.copyFolderAsync(CopyFolderRequest request,
ApiCallback<Void> callback) |
Copy folder (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.createFolderAsync(CreateFolderRequest request,
ApiCallback<Void> callback) |
Create the folder (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.deleteFileAsync(DeleteFileRequest request,
ApiCallback<Void> callback) |
Delete file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.deleteFolderAsync(DeleteFolderRequest request,
ApiCallback<Void> callback) |
Delete folder (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.downloadFileAsync(DownloadFileRequest request,
ApiCallback<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) |
Retrieve information about document.
|
com.squareup.okhttp.Call |
InfoApi.getSupportedFileFormatsAsync(ApiCallback<FormatsResult> callback) |
List supported file formats.
|
com.squareup.okhttp.Call |
FileApi.moveFileAsync(MoveFileRequest request,
ApiCallback<Void> callback) |
Move file (asynchronously)
|
com.squareup.okhttp.Call |
FolderApi.moveFolderAsync(MoveFolderRequest request,
ApiCallback<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 |
WatermarkApi.removeAsync(RemoveRequest request,
ApiCallback<RemoveResult> callback) |
Find and remove watermarks using search criteria.
|
com.squareup.okhttp.Call |
WatermarkApi.replaceAsync(ReplaceRequest request,
ApiCallback<ReplaceResult> callback) |
Replace watermarks.
|
com.squareup.okhttp.Call |
WatermarkApi.searchAsync(SearchRequest request,
ApiCallback<SearchResult> callback) |
Find watermarks using search criteria.
|
com.squareup.okhttp.Call |
StorageApi.storageExistsAsync(StorageExistsRequest request,
ApiCallback<StorageExist> callback) |
Check if storage exists (asynchronously)
|
com.squareup.okhttp.Call |
FileApi.uploadFileAsync(UploadFileRequest request,
ApiCallback<FilesUploadResult> callback) |
Upload file (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,
Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
Copyright © 2019. All rights reserved.