public class Notification
extends java.lang.Object
| Constructor and Description |
|---|
Notification()
Initializes a new instance of the Notification class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
getEvents()
Gets a collection of events in which an item or folder is copied, created, deleted, modified, new or Represents a notification that no new activity has occurred in the mailbox.
|
java.lang.String |
getPreviousWatermark()
Gets the watermark of the latest event that was successfully communicated to the client for the subscription.
|
java.lang.String |
getSubscriptionId()
Gets the identifier for a subscription.
|
boolean |
hasMoreEvents()
Gets whether there are more events in the queue to be delivered to the client.
|
public Notification()
public java.lang.String getSubscriptionId()
public java.lang.String getPreviousWatermark()
public boolean hasMoreEvents()
public java.util.List<Event> getEvents()