public enum ResourceScopeScopeField extends Enum<ResourceScopeScopeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceScopeScopeField.ResourceScopeScopeFieldDeserializer |
static class |
ResourceScopeScopeField.ResourceScopeScopeFieldSerializer |
| Enum Constant and Description |
|---|
ANNOTATION_EDIT |
ANNOTATION_VIEW_ALL |
ANNOTATION_VIEW_SELF |
BASE_EXPLORER |
BASE_PICKER |
BASE_PREVIEW |
BASE_UPLOAD |
ITEM_DELETE |
ITEM_DOWNLOAD |
ITEM_PREVIEW |
ITEM_READ |
ITEM_RENAME |
ITEM_SHARE |
ITEM_UPLOAD |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static ResourceScopeScopeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceScopeScopeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceScopeScopeField ANNOTATION_EDIT
public static final ResourceScopeScopeField ANNOTATION_VIEW_ALL
public static final ResourceScopeScopeField ANNOTATION_VIEW_SELF
public static final ResourceScopeScopeField BASE_EXPLORER
public static final ResourceScopeScopeField BASE_PICKER
public static final ResourceScopeScopeField BASE_PREVIEW
public static final ResourceScopeScopeField BASE_UPLOAD
public static final ResourceScopeScopeField ITEM_DELETE
public static final ResourceScopeScopeField ITEM_DOWNLOAD
public static final ResourceScopeScopeField ITEM_PREVIEW
public static final ResourceScopeScopeField ITEM_RENAME
public static final ResourceScopeScopeField ITEM_SHARE
public static final ResourceScopeScopeField ITEM_UPLOAD
public static final ResourceScopeScopeField ITEM_READ
public static ResourceScopeScopeField[] values()
for (ResourceScopeScopeField c : ResourceScopeScopeField.values()) System.out.println(c);
public static ResourceScopeScopeField 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