public static enum ReviewRequest.StatusUpdateState extends Enum<ReviewRequest.StatusUpdateState>
| Enum Constant and Description |
|---|
ERROR_STATE |
FAILURE_STATE |
PENDING_STATE |
SUCCESS_STATE |
TIMED_OUT_STATE |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ReviewRequest.StatusUpdateState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReviewRequest.StatusUpdateState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReviewRequest.StatusUpdateState SUCCESS_STATE
public static final ReviewRequest.StatusUpdateState FAILURE_STATE
public static final ReviewRequest.StatusUpdateState TIMED_OUT_STATE
public static final ReviewRequest.StatusUpdateState ERROR_STATE
public static final ReviewRequest.StatusUpdateState PENDING_STATE
public static ReviewRequest.StatusUpdateState[] values()
for (ReviewRequest.StatusUpdateState c : ReviewRequest.StatusUpdateState.values()) System.out.println(c);
public static ReviewRequest.StatusUpdateState 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<ReviewRequest.StatusUpdateState>Copyright © 2016–2019. All rights reserved.