public static class Notification.NotificationItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Notification.NotificationItem.ActionType |
| Constructor and Description |
|---|
NotificationItem(Notification.NotificationItem.ActionType action)
Create a notification item for an action.
|
NotificationItem(Notification.NotificationItem.ActionType action,
ietf.params.xml.ns.icalendar_2.IcalendarType ical,
String uid)
Create a notification item for an action.
|
NotificationItem(org.bedework.synch.wsmessages.SubscribeResponseType subResponse)
Create a notification item for a new subscription.
|
NotificationItem(org.bedework.synch.wsmessages.SubscriptionStatusRequestType subStatusReq,
org.bedework.synch.wsmessages.SubscriptionStatusResponseType subStatusResponse)
Create a notification item for status.
|
NotificationItem(org.bedework.synch.wsmessages.UnsubscribeRequestType unsubRequest,
org.bedework.synch.wsmessages.UnsubscribeResponseType unsubResponse)
Create a notification item for unsubscribe.
|
| Modifier and Type | Method and Description |
|---|---|
Notification.NotificationItem.ActionType |
getAction() |
ietf.params.xml.ns.icalendar_2.IcalendarType |
getIcal() |
org.bedework.synch.wsmessages.SubscribeResponseType |
getSubResponse() |
org.bedework.synch.wsmessages.SubscriptionStatusRequestType |
getSubStatusReq() |
org.bedework.synch.wsmessages.SubscriptionStatusResponseType |
getSubStatusResponse() |
String |
getUid() |
org.bedework.synch.wsmessages.UnsubscribeRequestType |
getUnsubRequest() |
org.bedework.synch.wsmessages.UnsubscribeResponseType |
getUnsubResponse() |
String |
toString() |
protected void |
toStringSegment(StringBuilder sb) |
public NotificationItem(Notification.NotificationItem.ActionType action)
action - for notificationpublic NotificationItem(Notification.NotificationItem.ActionType action, ietf.params.xml.ns.icalendar_2.IcalendarType ical, String uid)
action - for notificationical - - the entity if availableuid - - Uid for the entity if entity not availablepublic NotificationItem(org.bedework.synch.wsmessages.SubscribeResponseType subResponse)
subResponse - to the subscribepublic NotificationItem(org.bedework.synch.wsmessages.UnsubscribeRequestType unsubRequest,
org.bedework.synch.wsmessages.UnsubscribeResponseType unsubResponse)
unsubRequest - to unsubscribeunsubResponse - to the unsubscribepublic NotificationItem(org.bedework.synch.wsmessages.SubscriptionStatusRequestType subStatusReq,
org.bedework.synch.wsmessages.SubscriptionStatusResponseType subStatusResponse)
subStatusReq - for statussubStatusResponse - to the status requestpublic Notification.NotificationItem.ActionType getAction()
public ietf.params.xml.ns.icalendar_2.IcalendarType getIcal()
public String getUid()
public org.bedework.synch.wsmessages.SubscribeResponseType getSubResponse()
public org.bedework.synch.wsmessages.UnsubscribeRequestType getUnsubRequest()
public org.bedework.synch.wsmessages.UnsubscribeResponseType getUnsubResponse()
public org.bedework.synch.wsmessages.SubscriptionStatusRequestType getSubStatusReq()
public org.bedework.synch.wsmessages.SubscriptionStatusResponseType getSubStatusResponse()
protected void toStringSegment(StringBuilder sb)
Copyright © 2018 Bedework. All rights reserved.