public static enum JobOpening.EnumJobStatus extends Enum<JobOpening.EnumJobStatus>
| Enum Constant and Description |
|---|
VALUE_CLOSED |
VALUE_DRAFT |
VALUE_OPEN |
VALUE_PROVISIONAL |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JobOpening.EnumJobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOpening.EnumJobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CLOSED") public static final JobOpening.EnumJobStatus VALUE_CLOSED
@SerializedName(value="DRAFT") public static final JobOpening.EnumJobStatus VALUE_DRAFT
@SerializedName(value="OPEN") public static final JobOpening.EnumJobStatus VALUE_OPEN
@SerializedName(value="PROVISIONAL") public static final JobOpening.EnumJobStatus VALUE_PROVISIONAL
public static JobOpening.EnumJobStatus[] values()
for (JobOpening.EnumJobStatus c : JobOpening.EnumJobStatus.values()) System.out.println(c);
public static JobOpening.EnumJobStatus 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 nullpublic String toString()
toString in class Enum<JobOpening.EnumJobStatus>Copyright © 2024. All rights reserved.