AttachmentIndexManager
instead. Since v6.4.@Deprecated public static enum AttachmentZipKit.FileCriteria extends Enum<AttachmentZipKit.FileCriteria>
Enum Constant and Description |
---|
ALL
Deprecated.
|
ONLY_DIRECTORIES
Deprecated.
|
ONLY_FILES
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AttachmentZipKit.FileCriteria |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AttachmentZipKit.FileCriteria[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentZipKit.FileCriteria ONLY_FILES
public static final AttachmentZipKit.FileCriteria ONLY_DIRECTORIES
public static final AttachmentZipKit.FileCriteria ALL
public static AttachmentZipKit.FileCriteria[] values()
for (AttachmentZipKit.FileCriteria c : AttachmentZipKit.FileCriteria.values()) System.out.println(c);
public static AttachmentZipKit.FileCriteria 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 nullCopyright © 2002-2019 Atlassian. All Rights Reserved.