Uses of Class
com.amilesend.onedrive.resource.DriveFileUploadExecution
Packages that use DriveFileUploadExecution
-
Uses of DriveFileUploadExecution in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return DriveFileUploadExecutionModifier and TypeMethodDescriptionDriveFile.uploadAsync(File file) Uploads and replaces this drive file's contents asynchronously with the givenfile.DriveFile.uploadAsync(File file, TransferProgressCallback callback) Uploads and replaces this drive file's contents asynchronously with the givenfileand reports transfer progress to the specifiedTransferProgressCallback.DriveItemFolderType.uploadAsync(File file) Uploads the givenfileasynchronously under this folder.DriveItemFolderType.uploadAsync(File file, TransferProgressCallback callback) Uploads the givenfileasynchronously under this folder and reports transfer progress to the specifiedTransferProgressCallback.