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