Uses of Class
com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
Packages that use AsyncJobStatus.AsyncJobStatusBuilder
-
Uses of AsyncJobStatus.AsyncJobStatusBuilder in com.amilesend.onedrive.resource.item.type
Methods in com.amilesend.onedrive.resource.item.type that return AsyncJobStatus.AsyncJobStatusBuilderModifier and TypeMethodDescriptionAsyncJobStatus.builder()The type of job being performed.AsyncJobStatus.AsyncJobStatusBuilder.percentageComplete(double percentageComplete) A value between 0.0 and 100.0 that indicates the current progress as a percentage.AsyncJobStatus.AsyncJobStatusBuilder.resourceId(String resourceId) The identifier associated with the job.The current status associated with the job.AsyncJobStatus.AsyncJobStatusBuilder.statusDescription(String statusDescription) A detailed description of the job status.