| Package | Description |
|---|---|
| org.finra.herd.model.api.xml |
| Modifier and Type | Field and Description |
|---|---|
protected JobActionEnum |
JobUpdateRequest.action |
| Modifier and Type | Method and Description |
|---|---|
static JobActionEnum |
JobActionEnum.fromValue(String v) |
JobActionEnum |
JobUpdateRequest.getAction()
Gets the value of the action property.
|
static JobActionEnum |
JobActionEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobActionEnum[] |
JobActionEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobUpdateRequest.setAction(JobActionEnum value)
Sets the value of the action property.
|
| Constructor and Description |
|---|
JobUpdateRequest(JobActionEnum action)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.