|
|||||||||
| 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 | |
|---|---|
Collection<NotificationEvent> |
getAllEvents()
Gets the collection of all events. |
Iterable<FolderEvent> |
getFolderEvents()
Gets the collection of folder events. |
Iterable<ItemEvent> |
getItemEvents()
Gets the collection of item events. |
protected String |
getNewWatermark()
Gets the subscription's new watermark. |
protected String |
getPreviousWatermark()
Gets the subscription's previous watermark. |
protected String |
getSubscriptionId()
Gets the Id of the subscription the collection is associated with. |
protected static Map<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 Map<String,EventType> getXmlElementNameToEventTypeMap()
protected void loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
throws Exception
reader - the reader
Exception - the exceptionprotected String getSubscriptionId()
protected String getPreviousWatermark()
protected String getNewWatermark()
protected boolean isMoreEventsAvailable()
public Iterable<FolderEvent> getFolderEvents()
public Iterable<ItemEvent> getItemEvents()
public Collection<NotificationEvent> getAllEvents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||