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