public enum FolderType extends java.lang.Enum<FolderType>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
asIntString() |
static FolderType |
getValue(int type) |
static FolderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FolderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderType USER_FOLDER_GENERIC
public static final FolderType DEFAULT_INBOX_FOLDER
public static final FolderType DEFAULT_DRAFTS_FOLDERS
public static final FolderType DEFAULT_DELETED_ITEMS_FOLDERS
public static final FolderType DEFAULT_SENT_EMAIL_FOLDER
public static final FolderType DEFAULT_OUTBOX_FOLDER
public static final FolderType DEFAULT_TASKS_FOLDER
public static final FolderType DEFAULT_CALENDAR_FOLDER
public static final FolderType DEFAULT_CONTACTS_FOLDER
public static final FolderType DEFAULT_NOTES_FOLDER
public static final FolderType DEFAULT_JOURNAL_FOLDER
public static final FolderType USER_CREATED_EMAIL_FOLDER
public static final FolderType USER_CREATED_CALENDAR_FOLDER
public static final FolderType USER_CREATED_CONTACTS_FOLDER
public static final FolderType USER_CREATED_TASKS_FOLDER
public static final FolderType USER_CREATED_JOURNAL_FOLDER
public static final FolderType USER_CREATED_NOTES_FOLDER
public static final FolderType UNKNOWN_FOLDER_TYPE
public static FolderType[] values()
for (FolderType c : FolderType.values()) System.out.println(c);
public static FolderType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static FolderType getValue(int type)
public java.lang.String asIntString()
Copyright © 2021. All Rights Reserved.