public enum FolderFullAllowedInviteeRolesField extends Enum<FolderFullAllowedInviteeRolesField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
FolderFullAllowedInviteeRolesField.FolderFullAllowedInviteeRolesFieldDeserializer |
static class |
FolderFullAllowedInviteeRolesField.FolderFullAllowedInviteeRolesFieldSerializer |
| Enum Constant and Description |
|---|
CO_OWNER |
EDITOR |
PREVIEWER |
PREVIEWER_UPLOADER |
UPLOADER |
VIEWER |
VIEWER_UPLOADER |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static FolderFullAllowedInviteeRolesField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderFullAllowedInviteeRolesField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderFullAllowedInviteeRolesField EDITOR
public static final FolderFullAllowedInviteeRolesField VIEWER
public static final FolderFullAllowedInviteeRolesField PREVIEWER
public static final FolderFullAllowedInviteeRolesField UPLOADER
public static final FolderFullAllowedInviteeRolesField PREVIEWER_UPLOADER
public static final FolderFullAllowedInviteeRolesField VIEWER_UPLOADER
public static final FolderFullAllowedInviteeRolesField CO_OWNER
public static FolderFullAllowedInviteeRolesField[] values()
for (FolderFullAllowedInviteeRolesField c : FolderFullAllowedInviteeRolesField.values()) System.out.println(c);
public static FolderFullAllowedInviteeRolesField 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