Class ExchangeNotificationMessage.NotificationItem
- java.lang.Object
-
- com.microsoft.schemas.exchange.services._2006.types.BaseNotificationEventType
-
- com.microsoft.schemas.exchange.services._2006.types.BaseObjectChangedEventType
-
- org.bedework.synch.cnctrs.exchange.ExchangeNotificationMessage.NotificationItem
-
- Enclosing class:
- ExchangeNotificationMessage
public static class ExchangeNotificationMessage.NotificationItem extends com.microsoft.schemas.exchange.services._2006.types.BaseObjectChangedEventType- Author:
- douglm
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Notification.NotificationItem.ActionTypegetAction()com.microsoft.schemas.exchange.services._2006.types.FolderIdTypegetOldFolderId()Gets the value of the oldFolderId property.com.microsoft.schemas.exchange.services._2006.types.ItemIdTypegetOldItemId()Gets the value of the oldItemId property.com.microsoft.schemas.exchange.services._2006.types.FolderIdTypegetOldParentFolderId()Gets the value of the oldParentFolderId property.IntegergetUnreadCount()Gets the value of the unreadCount property.StringgetWatermark()Common to allStringtoString()-
Methods inherited from class com.microsoft.schemas.exchange.services._2006.types.BaseObjectChangedEventType
getFolderId, getItemId, getParentFolderId, getTimeStamp, setFolderId, setItemId, setParentFolderId, setTimeStamp
-
-
-
-
Method Detail
-
getWatermark
public String getWatermark()
Common to all- Overrides:
getWatermarkin classcom.microsoft.schemas.exchange.services._2006.types.BaseNotificationEventType- Returns:
- String
-
getAction
public Notification.NotificationItem.ActionType getAction()
- Returns:
- the action
-
getOldFolderId
public com.microsoft.schemas.exchange.services._2006.types.FolderIdType getOldFolderId()
Gets the value of the oldFolderId property.- Returns:
- FolderIdType
-
getOldItemId
public com.microsoft.schemas.exchange.services._2006.types.ItemIdType getOldItemId()
Gets the value of the oldItemId property.- Returns:
- FolderIdType
-
getOldParentFolderId
public com.microsoft.schemas.exchange.services._2006.types.FolderIdType getOldParentFolderId()
Gets the value of the oldParentFolderId property.- Returns:
- FolderIdType
-
getUnreadCount
public Integer getUnreadCount()
Gets the value of the unreadCount property.- Returns:
- Integer
-
-