Class AsyncJobStatus
java.lang.Object
com.amilesend.onedrive.resource.item.type.AsyncJobStatus
Provides information on the status of an asynchronous job.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleanThe type of job being performed.doubleA value between 0.0 and 100.0 that indicates the current progress as a percentage.The identifier associated with the job.The current status associated with the job.A detailed description of the job status.inthashCode()toString()
-
Method Details
-
builder
-
getOperation
The type of job being performed. Valid values include:- ItemCopy
- DownloadUrl
-
getPercentageComplete
public double getPercentageComplete()A value between 0.0 and 100.0 that indicates the current progress as a percentage. -
getResourceId
The identifier associated with the job. -
getStatus
The current status associated with the job. Valid values include:- notStarted
- inProgress
- completed
- failed
- cancelled
- waiting
- cancelPending
-
getStatusDescription
A detailed description of the job status. -
equals
-
hashCode
-
toString
-