Package | Description |
---|---|
com.groupdocs.cloud.comparison.api | |
com.groupdocs.cloud.comparison.client |
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
CompareApi.comparisonsAsync(ComparisonsRequest request,
ApiCallback<Link> callback) |
Compares source and target documents and returns a link to saved result (asynchronously)
|
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 |
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 |
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 |
InfoApi.getDocumentInfoAsync(GetDocumentInfoRequest request,
ApiCallback<InfoResult> callback) |
Gets document information (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.getSupportedFileFormatsAsync(ApiCallback<FormatsResult> callback) |
Retrieves supported file formats 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 |
CompareApi.postChangesAsync(PostChangesRequest request,
ApiCallback<java.util.List<ChangeInfo>> callback) |
Retrieves a list of changes between source and target documents (asynchronously)
|
com.squareup.okhttp.Call |
CompareApi.putChangesDocumentAsync(PutChangesDocumentRequest request,
ApiCallback<Link> callback) |
Accepts or rejects changes to the resultant document and returns a link to saved result (asynchronously)
|
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,
java.lang.reflect.Type returnType,
ApiCallback<T> callback) |
Execute HTTP call asynchronously.
|
Copyright © 2020. All rights reserved.