microsoft.exchange.webservices.data.notification
Class GetStreamingEventsResults.NotificationGroup

java.lang.Object
  extended by microsoft.exchange.webservices.data.notification.GetStreamingEventsResults.NotificationGroup
Enclosing class:
GetStreamingEventsResults

protected static class GetStreamingEventsResults.NotificationGroup
extends Object

Structure to track a subscription and its associated notification events.


Field Summary
protected  Collection<NotificationEvent> events
          Events in the response associated with the subscription id.
protected  String subscriptionId
          Subscription Id
 
Constructor Summary
protected GetStreamingEventsResults.NotificationGroup()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subscriptionId

protected String subscriptionId
Subscription Id


events

protected Collection<NotificationEvent> events
Events in the response associated with the subscription id.

Constructor Detail

GetStreamingEventsResults.NotificationGroup

protected GetStreamingEventsResults.NotificationGroup()


Copyright © 2012–2015 Microsoft. All rights reserved.