Class GetStreamingEventsResults
- java.lang.Object
-
- microsoft.exchange.webservices.data.notification.GetStreamingEventsResults
-
public final class GetStreamingEventsResults extends Object
Represents a collection of notification events.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classGetStreamingEventsResults.NotificationGroupStructure to track a subscription and its associated notification events.
-
Constructor Summary
Constructors Constructor Description GetStreamingEventsResults()Initializes a new instance of theGetStreamingEventsResultsclass.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<GetStreamingEventsResults.NotificationGroup>getNotifications()Gets the notification collection.voidloadFromXml(EwsServiceXmlReader reader)Loads from XML.
-
-
-
Constructor Detail
-
GetStreamingEventsResults
public GetStreamingEventsResults()
Initializes a new instance of theGetStreamingEventsResultsclass.
-
-
Method Detail
-
loadFromXml
public void loadFromXml(EwsServiceXmlReader reader) throws Exception
Loads from XML.- Parameters:
reader- The reader.- Throws:
Exception
-
getNotifications
protected Collection<GetStreamingEventsResults.NotificationGroup> getNotifications()
Gets the notification collection.- Returns:
- The notification collection.
-
-