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
-
Method Summary
Modifier and TypeMethodDescriptionstatic HtmlEmailMessage.Builder
builder()
static HtmlEmailMessage.Builder
builder
(TextEmailMessage textEmailMessage) Methods inherited from class com.atlassian.crowd.manager.mail.TextEmailMessage
equals, getAttachments, getBcc, getBody, getCc, getFrom, getHeaders, getReplyTo, getSubject, getTo, hashCode, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.crowd.manager.mail.EmailMessage
getRecipientAddress
-
Method Details
-
builder
-
builder
-
getHtmlBody
-