Class Message


  • public class Message
    extends Object
    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • getRecipients

        public Recipients getRecipients()
      • setRecipients

        public void setRecipients​(Recipients recipients)
      • getFrom

        public String getFrom()
      • setFrom

        public void setFrom​(String from)
      • getReplyTo

        public String getReplyTo()
      • setReplyTo

        public void setReplyTo​(String replyTo)
      • getDocumentFormat

        public String getDocumentFormat()
      • setDocumentFormat

        public void setDocumentFormat​(String documentFormat)
      • getSubject

        public String getSubject()
      • setSubject

        public void setSubject​(String subject)
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
      • getAttachments

        public List<String> getAttachments()
      • setAttachments

        public void setAttachments​(List<String> attachments)
      • hasAttachment

        public boolean hasAttachment()
      • getDisplayName

        public String getDisplayName()
      • setDisplayName

        public void setDisplayName​(String displayName)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object