public static class JobProgressDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobProgressDetails |
build() |
JobProgressDetails.Builder |
copy(JobProgressDetails model) |
JobProgressDetails.Builder |
progressOfOperation(Integer progressOfOperation)
Percentage of progress against the total to complete the operation.
|
public JobProgressDetails.Builder progressOfOperation(Integer progressOfOperation)
Percentage of progress against the total to complete the operation.
progressOfOperation
- the value to setpublic JobProgressDetails build()
public JobProgressDetails.Builder copy(JobProgressDetails model)
Copyright © 2016–2024. All rights reserved.