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