public static enum JobUndeployResponse.Status extends Enum<JobUndeployResponse.Status>
| Enum Constant and Description |
|---|
FORBIDDEN |
HOST_NOT_FOUND |
INVALID_ID |
JOB_NOT_FOUND |
OK |
| Modifier and Type | Method and Description |
|---|---|
static JobUndeployResponse.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobUndeployResponse.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobUndeployResponse.Status OK
public static final JobUndeployResponse.Status JOB_NOT_FOUND
public static final JobUndeployResponse.Status HOST_NOT_FOUND
public static final JobUndeployResponse.Status INVALID_ID
public static final JobUndeployResponse.Status FORBIDDEN
public static JobUndeployResponse.Status[] values()
for (JobUndeployResponse.Status c : JobUndeployResponse.Status.values()) System.out.println(c);
public static JobUndeployResponse.Status valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All rights reserved.