Class GetStreamingEventsResults.NotificationGroup
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected Collection<NotificationEvent>eventsEvents in the response associated with the subscription id.protected StringsubscriptionIdSubscription Id
-
Constructor Summary
Constructors Modifier Constructor Description protectedNotificationGroup()
-
-
-
Field Detail
-
subscriptionId
protected String subscriptionId
Subscription Id
-
events
protected Collection<NotificationEvent> events
Events in the response associated with the subscription id.
-
-
Constructor Detail
-
NotificationGroup
protected NotificationGroup()
-
-