Class NotificationSendResult


  • @Immutable
    public class NotificationSendResult
    extends Object
    Includes the successful and failed email addresses for a notification send.
    Since:
    4.2.4
    • Constructor Detail

      • NotificationSendResult

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

      • getSentAddresses

        public Set<String> getSentAddresses()
      • getFailedAddresses

        public Set<String> getFailedAddresses()