| Modifier and Type | Method and Description |
|---|---|
static TextMimeSubType |
TextMimeSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMimeSubType[] |
TextMimeSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmailMessageBuilder |
EmailMessageBuilder.body(TextMimeSubType textMimeSubType,
String text)
Required: Sets the email body.
|
EmailMessageBuilder |
EmailMessageBuilderImp.body(TextMimeSubType textMimeSubType,
String text)
Required: Sets the email body.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.textMimeSubType(TextMimeSubType textMimeSubType)
Sets the text MIME sub-type to a common value -- text or plain.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.textMimeSubType(TextMimeSubType textMimeSubType)
Sets the text MIME sub-type to a common value -- text or plain.
|
Copyright © 2013–2020. All rights reserved.