public enum AttachmentSecurityLevel extends Enum<AttachmentSecurityLevel>
Modifier and Type | Method and Description |
---|---|
static AttachmentSecurityLevel |
fromLevel(String level) |
com.atlassian.http.mime.DownloadPolicy |
getDownloadPolicyLevel() |
String |
getLevel() |
static AttachmentSecurityLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentSecurityLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentSecurityLevel SMART
public static final AttachmentSecurityLevel INSECURE
public static final AttachmentSecurityLevel SECURE
public static AttachmentSecurityLevel[] values()
for (AttachmentSecurityLevel c : AttachmentSecurityLevel.values()) System.out.println(c);
public static AttachmentSecurityLevel 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 getLevel()
public static AttachmentSecurityLevel fromLevel(String level)
public com.atlassian.http.mime.DownloadPolicy getDownloadPolicyLevel()
Copyright © 2003–2017 Atlassian. All rights reserved.