Class AsyncJob

java.lang.Object
com.amilesend.onedrive.resource.item.AsyncJob

public class AsyncJob extends Object
Utility that allows consumers to query for remote asynchronous operation status from the OneDrive API.

API Documentation

See Also:
  • Constructor Details

    • AsyncJob

      public AsyncJob(String monitorUrl, @NonNull OneDriveConnection connection)
      Creates a new AsyncJob.
      Parameters:
      monitorUrl - the URL used to monitor the asynchronous job status
      connection - the API connection used to query the job status
  • Method Details