public enum FileSharedLinkEffectivePermissionField extends Enum<FileSharedLinkEffectivePermissionField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSharedLinkEffectivePermissionField.FileSharedLinkEffectivePermissionFieldDeserializer |
static class |
FileSharedLinkEffectivePermissionField.FileSharedLinkEffectivePermissionFieldSerializer |
| Enum Constant and Description |
|---|
CAN_DOWNLOAD |
CAN_EDIT |
CAN_PREVIEW |
NO_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static FileSharedLinkEffectivePermissionField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSharedLinkEffectivePermissionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileSharedLinkEffectivePermissionField CAN_EDIT
public static final FileSharedLinkEffectivePermissionField CAN_DOWNLOAD
public static final FileSharedLinkEffectivePermissionField CAN_PREVIEW
public static final FileSharedLinkEffectivePermissionField NO_ACCESS
public static FileSharedLinkEffectivePermissionField[] values()
for (FileSharedLinkEffectivePermissionField c : FileSharedLinkEffectivePermissionField.values()) System.out.println(c);
public static FileSharedLinkEffectivePermissionField 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