|
||||||||
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,
java.util.Date timestamp)
Initializes a new instance. |
Method Summary | |
---|---|
EventType |
getEventType()
gets the eventType. |
FolderId |
getOldParentFolderId()
gets the oldParentFolderId. |
FolderId |
getParentFolderId()
gets the parentFolderId. |
java.util.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,
java.lang.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, java.util.Date timestamp)
eventType
- the event typetimestamp
- the timestampMethod Detail |
---|
protected void internalLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws ServiceXmlDeserializationException, javax.xml.stream.XMLStreamException, java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.Exception
reader
- the reader
ServiceXmlDeserializationException
- the service xml deserialization exception
javax.xml.stream.XMLStreamException
- the xML stream exception
java.lang.InstantiationException
- the instantiation exception
java.lang.IllegalAccessException
- the illegal access exception
java.lang.Exception
- the exceptionprotected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, java.lang.String xmlElementName) throws java.lang.Exception
reader
- the readerxmlElementName
- the xml element name
java.lang.Exception
- the exceptionpublic EventType getEventType()
public java.util.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 |