public class SlidesAsyncApi extends Object
| Constructor and Description |
|---|
SlidesAsyncApi(Configuration configuration) |
SlidesAsyncApi(String appSid,
String appKey) |
| Modifier and Type | Method and Description |
|---|---|
File |
download(String path,
String storageName,
String versionId) |
com.squareup.okhttp.Call |
downloadAsync(String path,
String storageName,
String versionId,
ApiCallback<File> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
downloadCall(String path,
String storageName,
String versionId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for download
|
ApiResponse<File> |
downloadWithHttpInfo(String path,
String storageName,
String versionId) |
File |
getOperationResult(String id) |
com.squareup.okhttp.Call |
getOperationResultAsync(String id,
ApiCallback<File> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getOperationResultCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOperationResult
|
ApiResponse<File> |
getOperationResultWithHttpInfo(String id) |
Operation |
getOperationStatus(String id) |
com.squareup.okhttp.Call |
getOperationStatusAsync(String id,
ApiCallback<Operation> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
getOperationStatusCall(String id,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getOperationStatus
|
ApiResponse<Operation> |
getOperationStatusWithHttpInfo(String id) |
String |
startConvert(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options) |
String |
startConvertAndSave(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options) |
com.squareup.okhttp.Call |
startConvertAndSaveAsync(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startConvertAndSaveCall(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startConvertAndSave
|
ApiResponse<String> |
startConvertAndSaveWithHttpInfo(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options) |
com.squareup.okhttp.Call |
startConvertAsync(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startConvertCall(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startConvert
|
ApiResponse<String> |
startConvertWithHttpInfo(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options) |
String |
startDownloadPresentation(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides) |
com.squareup.okhttp.Call |
startDownloadPresentationAsync(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startDownloadPresentationCall(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startDownloadPresentation
|
ApiResponse<String> |
startDownloadPresentationWithHttpInfo(String name,
ExportFormat format,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides) |
String |
startMerge(List<FileInfo> files,
OrderedMergeRequest request,
String storage) |
String |
startMergeAndSave(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage) |
com.squareup.okhttp.Call |
startMergeAndSaveAsync(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startMergeAndSaveCall(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startMergeAndSave
|
ApiResponse<String> |
startMergeAndSaveWithHttpInfo(String outPath,
List<FileInfo> files,
OrderedMergeRequest request,
String storage) |
com.squareup.okhttp.Call |
startMergeAsync(List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startMergeCall(List<FileInfo> files,
OrderedMergeRequest request,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startMerge
|
ApiResponse<String> |
startMergeWithHttpInfo(List<FileInfo> files,
OrderedMergeRequest request,
String storage) |
String |
startSavePresentation(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides) |
com.squareup.okhttp.Call |
startSavePresentationAsync(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startSavePresentationCall(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startSavePresentation
|
ApiResponse<String> |
startSavePresentationWithHttpInfo(String name,
ExportFormat format,
String outPath,
ExportOptions options,
String password,
String folder,
String storage,
String fontsFolder,
List<Integer> slides) |
String |
startSplit(String name,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder) |
com.squareup.okhttp.Call |
startSplitAsync(String name,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startSplitCall(String name,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startSplit
|
ApiResponse<String> |
startSplitWithHttpInfo(String name,
SlideExportFormat format,
ExportOptions options,
Integer width,
Integer height,
Integer from,
Integer to,
String destFolder,
String password,
String folder,
String storage,
String fontsFolder) |
String |
startUploadAndSplit(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options) |
com.squareup.okhttp.Call |
startUploadAndSplitAsync(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<String> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
startUploadAndSplitCall(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for startUploadAndSplit
|
ApiResponse<String> |
startUploadAndSplitWithHttpInfo(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options) |
FilesUploadResult |
upload(String path,
byte[] file,
String storageName) |
com.squareup.okhttp.Call |
uploadAsync(String path,
byte[] file,
String storageName,
ApiCallback<FilesUploadResult> callback)
(asynchronously)
|
com.squareup.okhttp.Call |
uploadCall(String path,
byte[] file,
String storageName,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for upload
|
ApiResponse<FilesUploadResult> |
uploadWithHttpInfo(String path,
byte[] file,
String storageName) |
public SlidesAsyncApi(Configuration configuration)
public com.squareup.okhttp.Call downloadCall(String path, String storageName, String versionId, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path - storageName - versionId - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File download(String path, String storageName, String versionId) throws ApiException
path - storageName - versionId - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> downloadWithHttpInfo(String path, String storageName, String versionId) throws ApiException
path - storageName - versionId - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call downloadAsync(String path, String storageName, String versionId, ApiCallback<File> callback) throws ApiException
path - storageName - versionId - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getOperationResultCall(String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic File getOperationResult(String id) throws ApiException
id - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<File> getOperationResultWithHttpInfo(String id) throws ApiException
id - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOperationResultAsync(String id, ApiCallback<File> callback) throws ApiException
id - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getOperationStatusCall(String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
id - (required)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Operation getOperationStatus(String id) throws ApiException
id - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Operation> getOperationStatusWithHttpInfo(String id) throws ApiException
id - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getOperationStatusAsync(String id, ApiCallback<Operation> callback) throws ApiException
id - (required)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startConvertCall(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
document - Document data. (required)format - (required)password - storage - fontsFolder - slides - options - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startConvert(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)password - storage - fontsFolder - slides - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startConvertWithHttpInfo(byte[] document, ExportFormat format, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)password - storage - fontsFolder - slides - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startConvertAsync(byte[] document,
ExportFormat format,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<String> callback)
throws ApiException
document - Document data. (required)format - (required)password - storage - fontsFolder - slides - options - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startConvertAndSaveCall(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
document - Document data. (required)format - (required)outPath - (required)password - storage - fontsFolder - slides - options - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startConvertAndSave(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)outPath - (required)password - storage - fontsFolder - slides - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startConvertAndSaveWithHttpInfo(byte[] document, ExportFormat format, String outPath, String password, String storage, String fontsFolder, List<Integer> slides, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)outPath - (required)password - storage - fontsFolder - slides - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startConvertAndSaveAsync(byte[] document,
ExportFormat format,
String outPath,
String password,
String storage,
String fontsFolder,
List<Integer> slides,
ExportOptions options,
ApiCallback<String> callback)
throws ApiException
document - Document data. (required)format - (required)outPath - (required)password - storage - fontsFolder - slides - options - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startDownloadPresentationCall(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - (required)format - (required)options - password - folder - storage - fontsFolder - slides - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startDownloadPresentation(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name - (required)format - (required)options - password - folder - storage - fontsFolder - slides - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startDownloadPresentationWithHttpInfo(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name - (required)format - (required)options - password - folder - storage - fontsFolder - slides - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startDownloadPresentationAsync(String name, ExportFormat format, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ApiCallback<String> callback) throws ApiException
name - (required)format - (required)options - password - folder - storage - fontsFolder - slides - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startMergeCall(List<FileInfo> files, OrderedMergeRequest request, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
files - Files to mergerequest - storage - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startMerge(List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
files - Files to mergerequest - storage - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startMergeWithHttpInfo(List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
files - Files to mergerequest - storage - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startMergeAsync(List<FileInfo> files, OrderedMergeRequest request, String storage, ApiCallback<String> callback) throws ApiException
files - Files to mergerequest - storage - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startMergeAndSaveCall(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
outPath - (required)files - Files to mergerequest - storage - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startMergeAndSave(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
outPath - (required)files - Files to mergerequest - storage - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startMergeAndSaveWithHttpInfo(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage) throws ApiException
outPath - (required)files - Files to mergerequest - storage - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startMergeAndSaveAsync(String outPath, List<FileInfo> files, OrderedMergeRequest request, String storage, ApiCallback<String> callback) throws ApiException
outPath - (required)files - Files to mergerequest - storage - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startSavePresentationCall(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - (required)format - (required)outPath - (required)options - password - folder - storage - fontsFolder - slides - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startSavePresentation(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name - (required)format - (required)outPath - (required)options - password - folder - storage - fontsFolder - slides - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startSavePresentationWithHttpInfo(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides) throws ApiException
name - (required)format - (required)outPath - (required)options - password - folder - storage - fontsFolder - slides - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startSavePresentationAsync(String name, ExportFormat format, String outPath, ExportOptions options, String password, String folder, String storage, String fontsFolder, List<Integer> slides, ApiCallback<String> callback) throws ApiException
name - (required)format - (required)outPath - (required)options - password - folder - storage - fontsFolder - slides - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startSplitCall(String name, SlideExportFormat format, ExportOptions options, Integer width, Integer height, Integer from, Integer to, String destFolder, String password, String folder, String storage, String fontsFolder, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
name - (required)format - (required)options - width - height - from - to - destFolder - password - folder - storage - fontsFolder - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startSplit(String name, SlideExportFormat format, ExportOptions options, Integer width, Integer height, Integer from, Integer to, String destFolder, String password, String folder, String storage, String fontsFolder) throws ApiException
name - (required)format - (required)options - width - height - from - to - destFolder - password - folder - storage - fontsFolder - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startSplitWithHttpInfo(String name, SlideExportFormat format, ExportOptions options, Integer width, Integer height, Integer from, Integer to, String destFolder, String password, String folder, String storage, String fontsFolder) throws ApiException
name - (required)format - (required)options - width - height - from - to - destFolder - password - folder - storage - fontsFolder - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startSplitAsync(String name, SlideExportFormat format, ExportOptions options, Integer width, Integer height, Integer from, Integer to, String destFolder, String password, String folder, String storage, String fontsFolder, ApiCallback<String> callback) throws ApiException
name - (required)format - (required)options - width - height - from - to - destFolder - password - folder - storage - fontsFolder - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call startUploadAndSplitCall(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
throws ApiException
document - Document data. (required)format - (required)destFolder - width - height - from - to - password - storage - fontsFolder - options - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String startUploadAndSplit(byte[] document, SlideExportFormat format, String destFolder, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)destFolder - width - height - from - to - password - storage - fontsFolder - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<String> startUploadAndSplitWithHttpInfo(byte[] document, SlideExportFormat format, String destFolder, Integer width, Integer height, Integer from, Integer to, String password, String storage, String fontsFolder, ExportOptions options) throws ApiException
document - Document data. (required)format - (required)destFolder - width - height - from - to - password - storage - fontsFolder - options - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call startUploadAndSplitAsync(byte[] document,
SlideExportFormat format,
String destFolder,
Integer width,
Integer height,
Integer from,
Integer to,
String password,
String storage,
String fontsFolder,
ExportOptions options,
ApiCallback<String> callback)
throws ApiException
document - Document data. (required)format - (required)destFolder - width - height - from - to - password - storage - fontsFolder - options - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call uploadCall(String path, byte[] file, String storageName, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
path - file - File to upload (required)storageName - progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic FilesUploadResult upload(String path, byte[] file, String storageName) throws ApiException
path - file - File to upload (required)storageName - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<FilesUploadResult> uploadWithHttpInfo(String path, byte[] file, String storageName) throws ApiException
path - file - File to upload (required)storageName - ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call uploadAsync(String path, byte[] file, String storageName, ApiCallback<FilesUploadResult> callback) throws ApiException
path - file - File to upload (required)storageName - callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2025. All rights reserved.