Represents an event as exposed by push and pull notifications.
Properties
-
eventType
↔ EventType?
-
Type of this event.
getter/setter pair
-
EventType
→ EventType?
-
Gets the type of this event.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
oldParentFolderId
↔ FolderId?
-
Id of the old prarent foldero of the item or folder this event applies to.
This property is only meaningful when EventType is equal to either EventType.Moved
or EventType.Copied. For all other event types, oldParentFolderId will be null.
getter/setter pair
-
OldParentFolderId
↔ FolderId?
-
Gets the Id of the old parent folder of the item or folder this event applies to.
OldParentFolderId is only meaningful when EventType is equal to either EventType.Moved or
EventType.Copied. For all other event types, OldParentFolderId is null.
getter/setter pair
-
parentFolderId
↔ FolderId?
-
Id of parent folder of the item or folder this event applies to.
getter/setter pair
-
ParentFolderId
↔ FolderId?
-
Gets the Id of the parent folder of the item or folder this event applie to.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
timestamp
↔ DateTime?
-
Date and time when the event occurred.
getter/setter pair
-
TimeStamp
→ DateTime?
-
Gets the date and time when the event occurred.
no setter