microsoft.exchange.webservices.data.notification
Class GetStreamingEventsResults

java.lang.Object
  extended by microsoft.exchange.webservices.data.notification.GetStreamingEventsResults

public final class GetStreamingEventsResults
extends Object

Represents a collection of notification events.


Nested Class Summary
protected static class GetStreamingEventsResults.NotificationGroup
          Structure to track a subscription and its associated notification events.
 
Constructor Summary
GetStreamingEventsResults()
          Initializes a new instance of the class.
 
Method Summary
protected  Collection<GetStreamingEventsResults.NotificationGroup> getNotifications()
          Gets the notification collection.
 void loadFromXml(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

GetStreamingEventsResults

public GetStreamingEventsResults()
Initializes a new instance of the class.

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.



Copyright © 2012–2015 Microsoft. All rights reserved.