BounceNotification.Details (Google App Engine API for Java)

com.google.appengine.api.mail

Class BounceNotification.Details

  • java.lang.Object
    • com.google.appengine.api.mail.BounceNotification.Details
  • Enclosing class:
    BounceNotification


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getBcc() 
      java.lang.String getCc() 
      java.lang.String getFrom() 
      java.lang.String getSubject() 
      java.lang.String getText() 
      java.lang.String getTo() 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFrom

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

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

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

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

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

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