public enum DownloadResourcePrefixEnum extends Enum<DownloadResourcePrefixEnum>
Enum Constant and Description |
---|
ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX |
ICON_DOWNLOAD_RESOURCE_PREFIX |
PACKAGE_DOWNLOAD_RESOURCE_PREFIX |
THUMBNAIL_DOWNLOAD_RESOURCE_PREFIX |
TOKEN_AUTH_ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX |
Modifier and Type | Method and Description |
---|---|
String |
getPrefix() |
static DownloadResourcePrefixEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DownloadResourcePrefixEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DownloadResourcePrefixEnum TOKEN_AUTH_ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX
public static final DownloadResourcePrefixEnum ATTACHMENT_DOWNLOAD_RESOURCE_PREFIX
public static final DownloadResourcePrefixEnum THUMBNAIL_DOWNLOAD_RESOURCE_PREFIX
public static final DownloadResourcePrefixEnum ICON_DOWNLOAD_RESOURCE_PREFIX
public static final DownloadResourcePrefixEnum PACKAGE_DOWNLOAD_RESOURCE_PREFIX
public static DownloadResourcePrefixEnum[] values()
for (DownloadResourcePrefixEnum c : DownloadResourcePrefixEnum.values()) System.out.println(c);
public static DownloadResourcePrefixEnum 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 nullpublic String getPrefix()
Copyright © 2003–2019 Atlassian. All rights reserved.