public static enum JobOpening.EnumPlatformReviewStatus extends Enum<JobOpening.EnumPlatformReviewStatus>
| Enum Constant and Description |
|---|
VALUE_APPROVED |
VALUE_PENDING |
VALUE_REJECTED |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JobOpening.EnumPlatformReviewStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOpening.EnumPlatformReviewStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="APPROVED") public static final JobOpening.EnumPlatformReviewStatus VALUE_APPROVED
@SerializedName(value="PENDING") public static final JobOpening.EnumPlatformReviewStatus VALUE_PENDING
@SerializedName(value="REJECTED") public static final JobOpening.EnumPlatformReviewStatus VALUE_REJECTED
public static JobOpening.EnumPlatformReviewStatus[] values()
for (JobOpening.EnumPlatformReviewStatus c : JobOpening.EnumPlatformReviewStatus.values()) System.out.println(c);
public static JobOpening.EnumPlatformReviewStatus 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.EnumPlatformReviewStatus>Copyright © 2024. All rights reserved.