public abstract class Job extends Resource
| Constructor and Description |
|---|
Job() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Error> |
getErrors()
Collection of errors that occurred while processing the job.
|
abstract String |
getOperation()
Current desired operation of the job
|
abstract JobState |
getState()
State of the job
|
abstract List<Warning> |
getWarnings()
Collection of warnings that occurred while processing the job.
|
getCreatedAt, getId, getLinks, getUpdatedAtCopyright © 2020. All rights reserved.