public static enum ContentDashboardItemAction.Type extends java.lang.Enum<ContentDashboardItemAction.Type>
| Enum Constant and Description |
|---|
DELETE |
DOWNLOAD |
EDIT |
PREVIEW |
PREVIEW_IMAGE |
SHARING_BUTTON |
SHARING_COLLABORATORS |
SUBSCRIBE |
UNSUBSCRIBE |
VIEW |
VIEW_IN_PANEL |
| Modifier and Type | Method and Description |
|---|---|
static ContentDashboardItemAction.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContentDashboardItemAction.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentDashboardItemAction.Type DELETE
public static final ContentDashboardItemAction.Type DOWNLOAD
public static final ContentDashboardItemAction.Type EDIT
public static final ContentDashboardItemAction.Type PREVIEW
public static final ContentDashboardItemAction.Type PREVIEW_IMAGE
public static final ContentDashboardItemAction.Type SHARING_BUTTON
public static final ContentDashboardItemAction.Type SHARING_COLLABORATORS
public static final ContentDashboardItemAction.Type SUBSCRIBE
public static final ContentDashboardItemAction.Type UNSUBSCRIBE
public static final ContentDashboardItemAction.Type VIEW
public static final ContentDashboardItemAction.Type VIEW_IN_PANEL
public static ContentDashboardItemAction.Type[] values()
for (ContentDashboardItemAction.Type c : ContentDashboardItemAction.Type.values()) System.out.println(c);
public static ContentDashboardItemAction.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null