Class DriveFileUploadExecution

java.lang.Object
com.amilesend.onedrive.resource.DriveFileUploadExecution

public class DriveFileUploadExecution extends Object
Wraps a CompletableFuture specific to a DriveItem type for async upload operations.
  • Constructor Details

  • Method Details

    • get

      public DriveFile get() throws Throwable
      Blocks and retrieves the DriveFile for the asynchronous operation.
      Returns:
      the drive file
      Throws:
      Throwable - if an error occurred during the asynchronous operation