|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DistinguishedFolderIdNameType>
com.microsoft.exchange.types.DistinguishedFolderIdNameType
public 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 Summary | |
|---|---|
CALENDAR
|
|
CONTACTS
|
|
DELETEDITEMS
|
|
DRAFTS
|
|
INBOX
|
|
JOURNAL
|
|
JUNKEMAIL
|
|
MSGFOLDERROOT
|
|
NOTES
|
|
OUTBOX
|
|
PUBLICFOLDERSROOT
|
|
ROOT
|
|
SEARCHFOLDERS
|
|
SENTITEMS
|
|
TASKS
|
|
VOICEMAIL
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
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
| Method Detail |
|---|
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 name
NullPointerException - if the argument is nullpublic String value()
public static DistinguishedFolderIdNameType fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||