GetStreamingEventsResults class

Represents a collection of notification events.

Constructors

GetStreamingEventsResults()
Initializes a new instance of the

Properties

events List<NotificationGroup>
Collection of notification events.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Notifications List<NotificationGroup>
Gets the notification collection.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

LoadFromXml(EwsServiceXmlReader reader) Future<void>
Loads from XML.
LoadNotificationEventFromXml(EwsServiceXmlReader reader, String eventElementName, EventType? eventType, NotificationGroup notifications) Future<void>
Loads a notification event from XML.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited