Package | Description |
---|---|
com.groupdocs.cloud.conversion.api | |
com.groupdocs.cloud.conversion.client |
Modifier and Type | Method | Description |
---|---|---|
com.squareup.okhttp.Call |
ConvertApi.convertDocumentAsync(ConvertDocumentRequest request,
ApiCallback<Void> callback) |
Converts specified input document to format specified in the convertSettings with specified options (asynchronously)
|
com.squareup.okhttp.Call |
ConvertApi.convertDocumentDownloadAsync(ConvertDocumentRequest request,
ApiCallback<Void> callback) |
Converts specified input document to format specified in the convertSettings with specified options (asynchronously) and download
|
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 |
InfoApi.getDocumentMetadataAsync(GetDocumentMetadataRequest request,
ApiCallback<DocumentMetadata> callback) |
Returns metadata for provided document (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.getSupportedConversionTypesAsync(GetSupportedConversionTypesRequest request,
ApiCallback<List<SupportedFormat>> callback) |
Returns all supported conversion types (asynchronously)
|
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 |
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 © 2020. All rights reserved.