|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.GetEventsResults
public final class GetEventsResults
Represents a collection of notification events.
Constructor Summary | |
---|---|
protected |
GetEventsResults()
Initializes a new instance. |
Method Summary | |
---|---|
java.util.Collection<NotificationEvent> |
getAllEvents()
Gets the collection of all events. |
java.lang.Iterable<FolderEvent> |
getFolderEvents()
Gets the collection of folder events. |
java.lang.Iterable<ItemEvent> |
getItemEvents()
Gets the collection of item events. |
protected java.lang.String |
getNewWatermark()
Gets the subscription's new watermark. |
protected java.lang.String |
getPreviousWatermark()
Gets the subscription's previous watermark. |
protected java.lang.String |
getSubscriptionId()
Gets the Id of the subscription the collection is associated with. |
protected static java.util.Map<java.lang.String,EventType> |
getXmlElementNameToEventTypeMap()
Gets the XML element name to event type mapping. |
protected boolean |
isMoreEventsAvailable()
Gets a value indicating whether more events are available on the Exchange server. |
protected void |
loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
Loads from XML. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected GetEventsResults()
Method Detail |
---|
protected static java.util.Map<java.lang.String,EventType> getXmlElementNameToEventTypeMap()
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader) throws java.lang.Exception
reader
- the reader
java.lang.Exception
- the exceptionprotected java.lang.String getSubscriptionId()
protected java.lang.String getPreviousWatermark()
protected java.lang.String getNewWatermark()
protected boolean isMoreEventsAvailable()
public java.lang.Iterable<FolderEvent> getFolderEvents()
public java.lang.Iterable<ItemEvent> getItemEvents()
public java.util.Collection<NotificationEvent> getAllEvents()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |