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 Details

    • NotificationSendResult

      public NotificationSendResult(Set<String> sentAddresses, Set<String> failedAddresses)
  • Method Details

    • getSentAddresses

      public Set<String> getSentAddresses()
    • getFailedAddresses

      public Set<String> getFailedAddresses()