public enum DistinguishedFolderIdNameType extends Enum<DistinguishedFolderIdNameType>
Java class for DistinguishedFolderIdNameType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DistinguishedFolderIdNameType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="calendar"/>
<enumeration value="contacts"/>
<enumeration value="deleteditems"/>
<enumeration value="drafts"/>
<enumeration value="inbox"/>
<enumeration value="journal"/>
<enumeration value="notes"/>
<enumeration value="outbox"/>
<enumeration value="sentitems"/>
<enumeration value="tasks"/>
<enumeration value="msgfolderroot"/>
<enumeration value="publicfoldersroot"/>
<enumeration value="root"/>
<enumeration value="junkemail"/>
<enumeration value="searchfolders"/>
<enumeration value="voicemail"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CALENDAR |
CONTACTS |
DELETEDITEMS |
DRAFTS |
INBOX |
JOURNAL |
JUNKEMAIL |
MSGFOLDERROOT |
NOTES |
OUTBOX |
PUBLICFOLDERSROOT |
ROOT |
SEARCHFOLDERS |
SENTITEMS |
TASKS |
VOICEMAIL |
| Modifier and Type | Method and Description |
|---|---|
static DistinguishedFolderIdNameType |
fromValue(String v) |
String |
value() |
static DistinguishedFolderIdNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistinguishedFolderIdNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistinguishedFolderIdNameType CALENDAR
public static final DistinguishedFolderIdNameType CONTACTS
public static final DistinguishedFolderIdNameType DELETEDITEMS
public static final DistinguishedFolderIdNameType DRAFTS
public static final DistinguishedFolderIdNameType INBOX
public static final DistinguishedFolderIdNameType JOURNAL
public static final DistinguishedFolderIdNameType NOTES
public static final DistinguishedFolderIdNameType OUTBOX
public static final DistinguishedFolderIdNameType SENTITEMS
public static final DistinguishedFolderIdNameType TASKS
public static final DistinguishedFolderIdNameType MSGFOLDERROOT
public static final DistinguishedFolderIdNameType PUBLICFOLDERSROOT
public static final DistinguishedFolderIdNameType ROOT
public static final DistinguishedFolderIdNameType JUNKEMAIL
public static final DistinguishedFolderIdNameType SEARCHFOLDERS
public static final DistinguishedFolderIdNameType VOICEMAIL
public static DistinguishedFolderIdNameType[] values()
for (DistinguishedFolderIdNameType c : DistinguishedFolderIdNameType.values()) System.out.println(c);
public static DistinguishedFolderIdNameType 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 value()
public static DistinguishedFolderIdNameType fromValue(String v)
Copyright © 2014 Jasig. All Rights Reserved.