|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmicrosoft.exchange.webservices.data.NotificationEvent
public abstract class NotificationEvent
Represents an event as exposed by push and pull notifications.
| Constructor Summary | |
|---|---|
protected |
NotificationEvent(EventType eventType,
Date timestamp)
Initializes a new instance. |
| Method Summary | |
|---|---|
EventType |
getEventType()
gets the eventType. |
FolderId |
getOldParentFolderId()
gets the oldParentFolderId. |
FolderId |
getParentFolderId()
gets the parentFolderId. |
Date |
getTimestamp()
gets the timestamp. |
protected void |
internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Load from XML. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
Loads this NotificationEvent from XML. |
protected void |
setOldParentFolderId(FolderId oldParentFolderId)
Sets the oldParentFolderId. |
protected void |
setParentFolderId(FolderId parentFolderId)
Sets the parentFolderId. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NotificationEvent(EventType eventType,
Date timestamp)
eventType - the event typetimestamp - the timestamp| Method Detail |
|---|
protected void internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws ServiceXmlDeserializationException,
XMLStreamException,
InstantiationException,
IllegalAccessException,
Exception
reader - the reader
ServiceXmlDeserializationException - the service xml deserialization exception
XMLStreamException - the xML stream exception
InstantiationException - the instantiation exception
IllegalAccessException - the illegal access exception
Exception - the exception
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader,
String xmlElementName)
throws Exception
reader - the readerxmlElementName - the xml element name
Exception - the exceptionpublic EventType getEventType()
public Date getTimestamp()
public FolderId getParentFolderId()
protected void setParentFolderId(FolderId parentFolderId)
parentFolderId - the new parent folder idpublic FolderId getOldParentFolderId()
protected void setOldParentFolderId(FolderId oldParentFolderId)
oldParentFolderId - the new old parent folder id
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||