Class NotificationSendResult
- java.lang.Object
-
- com.atlassian.confluence.user.notifications.NotificationSendResult
-
@Immutable public class NotificationSendResult extends Object
Includes the successful and failed email addresses for a notification send.- Since:
- 4.2.4
-
-
Constructor Summary
Constructors Constructor Description NotificationSendResult(Set<String> sentAddresses, Set<String> failedAddresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getFailedAddresses()
Set<String>
getSentAddresses()
-