|
||||||||
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.ItemEvent
public final class ItemEvent
Represents an event that applies to an item.
Constructor Summary | |
---|---|
protected |
ItemEvent(EventType eventType,
java.util.Date timestamp)
Initializes a new instance. |
Method Summary | |
---|---|
ItemId |
getItemId()
Gets the Id of the item this event applies to. |
ItemId |
getOldItemId()
Gets the Id of the item that was moved or copied. |
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 ItemEvent(EventType eventType, java.util.Date timestamp)
eventType
- the event typetimestamp
- the timestampMethod Detail |
---|
protected void internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
internalLoadFromXml
in class NotificationEvent
reader
- the reader
java.lang.Exception
- the exceptionpublic ItemId getItemId()
public ItemId getOldItemId()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |