Class NotificationSendResult
java.lang.Object
com.atlassian.confluence.user.notifications.NotificationSendResult
Includes the successful and failed email addresses for a notification send.
- Since:
- 4.2.4
-
Constructor Summary
ConstructorDescriptionNotificationSendResult
(Set<String> sentAddresses, Set<String> failedAddresses) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NotificationSendResult
-
-
Method Details
-
getSentAddresses
-
getFailedAddresses
-