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) Deprecated.DriveFile.uploadAsync(File file, com.amilesend.client.connection.file.TransferProgressCallback callback) Deprecated.DriveFile.uploadAsync(Path filePath) Uploads and replaces this drive file's contents asynchronously with the givenfile.DriveFile.uploadAsync(Path filePath, com.amilesend.client.connection.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) Deprecated.useDriveItemFolderType.uploadAsync(Path)insteadDriveItemFolderType.uploadAsync(File file, com.amilesend.client.connection.file.TransferProgressCallback callback) Deprecated.DriveItemFolderType.uploadAsync(Path filePath) Uploads the givenfileasynchronously under this folder.DriveItemFolderType.uploadAsync(Path filePath, com.amilesend.client.connection.file.TransferProgressCallback callback) Uploads the givenfileasynchronously under this folder and reports transfer progress to the specifiedTransferProgressCallback.
DriveFile.uploadAsync(Path)instead