public final class ItemEvent extends NotificationEvent
Modifier | Constructor and Description |
---|---|
protected |
ItemEvent(EventType eventType,
Date timestamp)
Initializes a new instance.
|
Modifier and Type | Method and Description |
---|---|
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(EwsServiceXmlReader reader)
Load from XML.
|
getEventType, getOldParentFolderId, getParentFolderId, getTimestamp, loadFromXml, setOldParentFolderId, setParentFolderId
protected void internalLoadFromXml(EwsServiceXmlReader reader) throws Exception
internalLoadFromXml
in class NotificationEvent
reader
- the readerException
- the exceptionpublic ItemId getOldItemId()
Copyright © 2012–2015 Microsoft. All rights reserved.