public enum RecentItemInteractionTypeField extends Enum<RecentItemInteractionTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
RecentItemInteractionTypeField.RecentItemInteractionTypeFieldDeserializer |
static class |
RecentItemInteractionTypeField.RecentItemInteractionTypeFieldSerializer |
| Enum Constant and Description |
|---|
ITEM_COMMENT |
ITEM_MODIFY |
ITEM_OPEN |
ITEM_PREVIEW |
ITEM_UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static RecentItemInteractionTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecentItemInteractionTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecentItemInteractionTypeField ITEM_PREVIEW
public static final RecentItemInteractionTypeField ITEM_UPLOAD
public static final RecentItemInteractionTypeField ITEM_COMMENT
public static final RecentItemInteractionTypeField ITEM_OPEN
public static final RecentItemInteractionTypeField ITEM_MODIFY
public static RecentItemInteractionTypeField[] values()
for (RecentItemInteractionTypeField c : RecentItemInteractionTypeField.values()) System.out.println(c);
public static RecentItemInteractionTypeField 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