public static enum UIShareDocuments.PermissionException.Code extends Enum<UIShareDocuments.PermissionException.Code>
| Enum Constant and Description |
|---|
INVALID_OWNER |
NO_PERMISSION |
NOT_FOUND |
| Modifier and Type | Method and Description |
|---|---|
static UIShareDocuments.PermissionException.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UIShareDocuments.PermissionException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UIShareDocuments.PermissionException.Code NOT_FOUND
public static final UIShareDocuments.PermissionException.Code NO_PERMISSION
public static final UIShareDocuments.PermissionException.Code INVALID_OWNER
public static UIShareDocuments.PermissionException.Code[] values()
for (UIShareDocuments.PermissionException.Code c : UIShareDocuments.PermissionException.Code.values()) System.out.println(c);
public static UIShareDocuments.PermissionException.Code 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 nullCopyright © 2003–2018 eXo Platform SAS. All rights reserved.