public enum ProfileReviewStatus extends Enum<ProfileReviewStatus>
| Modifier and Type | Method and Description |
|---|---|
String |
getJsonValue() |
static ProfileReviewStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfileReviewStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProfileReviewStatus PENDING
public static final ProfileReviewStatus REJECTED
public static ProfileReviewStatus[] values()
for (ProfileReviewStatus c : ProfileReviewStatus.values()) System.out.println(c);
public static ProfileReviewStatus 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 getJsonValue()
Copyright © 2020. All rights reserved.