Package com.atlassian.crowd.manager.mail
Class HtmlEmailMessage
java.lang.Object
com.atlassian.crowd.manager.mail.TextEmailMessage
com.atlassian.crowd.manager.mail.HtmlEmailMessage
- All Implemented Interfaces:
EmailMessage
Represents a html message.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlEmailMessage.Builderbuilder()static HtmlEmailMessage.Builderbuilder(TextEmailMessage textEmailMessage) Methods inherited from class com.atlassian.crowd.manager.mail.TextEmailMessage
equals, getAttachments, getBcc, getBody, getCc, getFrom, getHeaders, getReplyTo, getSubject, getTo, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.crowd.manager.mail.EmailMessage
getRecipientAddress
-
Method Details
-
builder
-
builder
-
getHtmlBody
-