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