public static enum CreateSharedLinkWithSettingsError.Tag extends Enum<CreateSharedLinkWithSettingsError.Tag>
CreateSharedLinkWithSettingsError
.Enum Constant and Description |
---|
ACCESS_DENIED
Access to the requested path is forbidden
|
EMAIL_NOT_VERIFIED
User's email should be verified
|
PATH |
SETTINGS_ERROR
There is an error with the given settings
|
SHARED_LINK_ALREADY_EXISTS
The shared link already exists
|
Modifier and Type | Method and Description |
---|---|
static CreateSharedLinkWithSettingsError.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSharedLinkWithSettingsError.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateSharedLinkWithSettingsError.Tag PATH
public static final CreateSharedLinkWithSettingsError.Tag EMAIL_NOT_VERIFIED
public static final CreateSharedLinkWithSettingsError.Tag SHARED_LINK_ALREADY_EXISTS
public static final CreateSharedLinkWithSettingsError.Tag SETTINGS_ERROR
public static final CreateSharedLinkWithSettingsError.Tag ACCESS_DENIED
public static CreateSharedLinkWithSettingsError.Tag[] values()
for (CreateSharedLinkWithSettingsError.Tag c : CreateSharedLinkWithSettingsError.Tag.values()) System.out.println(c);
public static CreateSharedLinkWithSettingsError.Tag 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