public static enum AttachmentsExtractor.AttachmentsExtractorMode extends Enum<AttachmentsExtractor.AttachmentsExtractorMode>
Enum Constant and Description |
---|
COMMON
All attachments for all emails will be extracted to one folder.
|
SAME
Attachments will be extracted to the same folder where email lies.
|
SEPARATE
All attachments for each email will be extracted to separate folder.
|
Modifier and Type | Method and Description |
---|---|
static AttachmentsExtractor.AttachmentsExtractorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentsExtractor.AttachmentsExtractorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttachmentsExtractor.AttachmentsExtractorMode SAME
public static final AttachmentsExtractor.AttachmentsExtractorMode COMMON
public static final AttachmentsExtractor.AttachmentsExtractorMode SEPARATE
public static AttachmentsExtractor.AttachmentsExtractorMode[] values()
for (AttachmentsExtractor.AttachmentsExtractorMode c : AttachmentsExtractor.AttachmentsExtractorMode.values()) System.out.println(c);
public static AttachmentsExtractor.AttachmentsExtractorMode 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 © 2005–2017 Alfresco Software. All rights reserved.