Class BounceNotification.Details

  • Enclosing class:
    BounceNotification

    public static final class BounceNotification.Details
    extends Object
    The BounceNotification.Details class describes either the original message that caused a bounce, or the notification message describing the bounce.
    • Method Detail

      • getFrom

        public @Nullable String getFrom()
        Returns:
        the 'from' field for this detail item.
      • getTo

        public @Nullable String getTo()
        Returns:
        the 'to' field for this detail item.
      • getCc

        public @Nullable String getCc()
        Returns:
        the 'cc' field for this detail item.
      • getBcc

        public @Nullable String getBcc()
        Returns:
        the 'bcc' field for this detail item.
      • getSubject

        public @Nullable String getSubject()
        Returns:
        the 'subject' field for this detail item.
      • getText

        public @Nullable String getText()
        Returns:
        the 'text' field for this detail item.