| Package | Description |
|---|---|
| com.atlassian.mail.options |
| Modifier and Type | Method and Description |
|---|---|
static GetBodyOptions.Builder |
GetBodyOptions.builder() |
static GetBodyOptions.Builder |
GetBodyOptions.builder(GetBodyOptions template) |
GetBodyOptions.Builder |
GetBodyOptions.Builder.preferHtmlPart()
Prefer processing of the HTML content type if available, over the Text content type of a multipart/alternative
message
|
GetBodyOptions.Builder |
GetBodyOptions.Builder.setHtmlConverter(HtmlConverter htmlConverter)
If the message is HTML only or
preferHtmlPart() then use this HtmlConverter to convert from
the html to desired output. |
GetBodyOptions.Builder |
GetBodyOptions.Builder.setPreferHtmlPart(boolean preferHtmlPart)
Set whether to prefer processing of the HTML content type if available, over the Text content type of
a multipart/alternative message
|
GetBodyOptions.Builder |
GetBodyOptions.Builder.setStripWhitespace(boolean stripWhitespace)
Set whether to remove all whitespace from the start and end of text
|
GetBodyOptions.Builder |
GetBodyOptions.Builder.stripWhitespace()
Remove all whitespace from the start and end of text
|
Copyright © 2018 Atlassian. All rights reserved.