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