|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.NotificationEvent
microsoft.exchange.webservices.data.FolderEvent
public class FolderEvent
Represents an event that applies to a folder.
| Constructor Summary | |
|---|---|
protected |
FolderEvent(EventType eventType,
Date timestamp)
Initializes a new instance. |
| Method Summary | |
|---|---|
FolderId |
getFolderId()
Gets the Id of the folder this event applies to. |
FolderId |
getOldFolderId()
gets the Id of the folder that was moved or copied. |
int |
getUnreadCount()
Gets the new number of unread messages. |
protected void |
internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Load from XML. |
| Methods inherited from class microsoft.exchange.webservices.data.NotificationEvent |
|---|
getEventType, getOldParentFolderId, getParentFolderId, getTimestamp, loadFromXml, setOldParentFolderId, setParentFolderId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected FolderEvent(EventType eventType,
Date timestamp)
eventType - the event typetimestamp - the timestamp| Method Detail |
|---|
protected void internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
internalLoadFromXml in class NotificationEventreader - the reader
Exception - the exceptionpublic FolderId getFolderId()
public FolderId getOldFolderId()
public int getUnreadCount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||