Class ExchangeNotificationMessage
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
-
- org.bedework.synch.cnctrs.exchange.ExchangeNotificationMessage
-
public class ExchangeNotificationMessage extends ExchangeResponse
Notification from Exchange.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExchangeNotificationMessage.NotificationItem
-
Constructor Summary
Constructors Constructor Description ExchangeNotificationMessage(com.microsoft.schemas.exchange.services._2006.messages.SendNotificationResponseMessageType snrm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ExchangeNotificationMessage.NotificationItem>getNotifications()StringgetPreviousWatermark()StringgetSubscriptionId()StringtoString()-
Methods inherited from class org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
getDescriptiveLinkKey, getMessageXml, getResponseCode, toStringSegment
-
-
-
-
Constructor Detail
-
ExchangeNotificationMessage
public ExchangeNotificationMessage(com.microsoft.schemas.exchange.services._2006.messages.SendNotificationResponseMessageType snrm) throws SynchException- Parameters:
snrm-- Throws:
SynchException
-
-
Method Detail
-
getSubscriptionId
public String getSubscriptionId()
- Returns:
- String
-
getPreviousWatermark
public String getPreviousWatermark()
- Returns:
- String
-
getNotifications
public List<ExchangeNotificationMessage.NotificationItem> getNotifications()
- Returns:
- notifications
-
-