com.moyosoft.connector.ms.outlook.folder
Class FolderType

java.lang.Object
  |
  +--com.moyosoft.util.AbstractType
        |
        +--com.moyosoft.connector.ms.outlook.folder.FolderType

public class FolderType
extends com.moyosoft.util.AbstractType


Field Summary
static FolderType ALL_PUBLIC_FOLDERS
           
static FolderType CALENDAR
           
static FolderType CONFLICTS
           
static FolderType CONTACTS
           
static FolderType DELETED_ITEMS
           
static FolderType DRAFTS
           
static FolderType INBOX
           
static FolderType JOURNAL
           
static FolderType JUNK
           
static FolderType LOCAL_FAILURES
           
static FolderType NOTES
           
static FolderType OUTBOX
           
static FolderType SENT_MAIL
           
static FolderType SERVER_FAILURES
           
static FolderType SYNC_ISSUES
           
static FolderType TASKS
           
 
Method Summary
static FolderType getById(int pId)
           
 boolean isAllPublicFolders()
           
 boolean isCalendar()
           
 boolean isConflicts()
           
 boolean isContacts()
           
 boolean isDeletedItems()
           
 boolean isDrafts()
           
 boolean isInbox()
           
 boolean isJournal()
           
 boolean isJunk()
           
 boolean isLocalFailures()
           
 boolean isNotes()
           
 boolean isOutbox()
           
 boolean isSentMail()
           
 boolean isServerFailures()
           
 boolean isSyncIssues()
           
 boolean isTasks()
           
 
Methods inherited from class com.moyosoft.util.AbstractType
equals, equals, getTypeValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELETED_ITEMS

public static final FolderType DELETED_ITEMS

OUTBOX

public static final FolderType OUTBOX

SENT_MAIL

public static final FolderType SENT_MAIL

INBOX

public static final FolderType INBOX

CALENDAR

public static final FolderType CALENDAR

CONTACTS

public static final FolderType CONTACTS

JOURNAL

public static final FolderType JOURNAL

NOTES

public static final FolderType NOTES

TASKS

public static final FolderType TASKS

DRAFTS

public static final FolderType DRAFTS

ALL_PUBLIC_FOLDERS

public static final FolderType ALL_PUBLIC_FOLDERS

CONFLICTS

public static final FolderType CONFLICTS

SYNC_ISSUES

public static final FolderType SYNC_ISSUES

LOCAL_FAILURES

public static final FolderType LOCAL_FAILURES

SERVER_FAILURES

public static final FolderType SERVER_FAILURES

JUNK

public static final FolderType JUNK
Method Detail

getById

public static FolderType getById(int pId)

isDeletedItems

public boolean isDeletedItems()

isOutbox

public boolean isOutbox()

isSentMail

public boolean isSentMail()

isInbox

public boolean isInbox()

isCalendar

public boolean isCalendar()

isContacts

public boolean isContacts()

isJournal

public boolean isJournal()

isNotes

public boolean isNotes()

isTasks

public boolean isTasks()

isDrafts

public boolean isDrafts()

isAllPublicFolders

public boolean isAllPublicFolders()

isConflicts

public boolean isConflicts()

isSyncIssues

public boolean isSyncIssues()

isLocalFailures

public boolean isLocalFailures()

isServerFailures

public boolean isServerFailures()

isJunk

public boolean isJunk()