Uses of Class
com.amilesend.onedrive.resource.DriveFileDownloadExecution
Packages that use DriveFileDownloadExecution
-
Uses of DriveFileDownloadExecution in com.amilesend.onedrive.resource
Methods in com.amilesend.onedrive.resource that return DriveFileDownloadExecutionModifier and TypeMethodDescriptionDriveFile.downloadAsync(Path folderPath) Downloads this file asynchronously to the givenfolderPath.DriveFile.downloadAsync(Path folderPath, com.amilesend.client.connection.file.TransferProgressCallback callback) Downloads this file asynchronously to the givenfolderPathand reports transfer progress to the specifiedTransferProgressCallback. -
Uses of DriveFileDownloadExecution in com.amilesend.onedrive.resource.item
Methods in com.amilesend.onedrive.resource.item that return DriveFileDownloadExecutionModifier and TypeMethodDescriptionDriveItemVersion.downloadAsync(@NonNull Path folderPath, @NonNull com.amilesend.client.connection.file.TransferProgressCallback callback) Downloads a specific drive item version asynchronously and reports transfer progress to the specifiedTransferProgressCallback.DriveItemVersion.downloadAsync(Path folderPath) Downloads a specific drive item version asynchronously.