Interface UserSubscriptionNotificationBehavior
-
- All Superinterfaces:
RemoveSenderRecipientBehavior
- All Known Implementing Classes:
PdcResourceClassificationUserNotification
public interface UserSubscriptionNotificationBehavior extends RemoveSenderRecipientBehavior
Implementation ofUserNotificationBuilder
must implement this interface if it deals with subscription notifications.
By this way, the implementation takes advantage on centralized treatments around the subscription notification.- Author:
- Yohann Chastagnier
-
-
Field Summary
Fields Modifier and Type Field Description static String
SUBSCRIPTION_NOTIFICATION_SENDING_CONFIRMATION_HTTP_PARAM
HTTP parameter that permits to indicate to the server that the subscription notification sending must be skipped.
-
-
-
Field Detail
-
SUBSCRIPTION_NOTIFICATION_SENDING_CONFIRMATION_HTTP_PARAM
static final String SUBSCRIPTION_NOTIFICATION_SENDING_CONFIRMATION_HTTP_PARAM
HTTP parameter that permits to indicate to the server that the subscription notification sending must be skipped.- See Also:
- Constant Field Values
-
-