public enum TrashWebLinkRestoredItemStatusField extends Enum<TrashWebLinkRestoredItemStatusField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
TrashWebLinkRestoredItemStatusField.TrashWebLinkRestoredItemStatusFieldDeserializer |
static class |
TrashWebLinkRestoredItemStatusField.TrashWebLinkRestoredItemStatusFieldSerializer |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static TrashWebLinkRestoredItemStatusField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrashWebLinkRestoredItemStatusField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrashWebLinkRestoredItemStatusField ACTIVE
public static final TrashWebLinkRestoredItemStatusField TRASHED
public static final TrashWebLinkRestoredItemStatusField DELETED
public static TrashWebLinkRestoredItemStatusField[] values()
for (TrashWebLinkRestoredItemStatusField c : TrashWebLinkRestoredItemStatusField.values()) System.out.println(c);
public static TrashWebLinkRestoredItemStatusField 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 null