| Package | Description |
|---|---|
| org.finra.herd.sdk.model |
| Modifier and Type | Method and Description |
|---|---|
Job.StatusEnum |
Job.getStatus()
The status of the job.
|
static Job.StatusEnum |
Job.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.StatusEnum[] |
Job.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Job.setStatus(Job.StatusEnum status) |
Copyright © 2017. All rights reserved.