| Modifier and Type | Class and Description |
|---|---|
class |
EmailMessageTextAttachmentBuilderImp |
| Modifier and Type | Method and Description |
|---|---|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachmentFileName(String attachmentFileName)
This is the most common attachment type.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachmentFileName(String attachmentFileName)
This is the most common attachment type.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachText(String text,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachText(String text,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Converts text new-lines (if necessary), then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachTextFile(File filePath,
Charset fileCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachTextFile(File filePath,
Charset fileCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.attachTextInputStream(InputStream inputStream,
Charset inputStreamCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder. |
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.attachTextInputStream(InputStream inputStream,
Charset inputStreamCharset,
EmailMessageAttachmentTextNewLine newLine,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as text, converts text new-lines (if necessary),
then adds new attachment to the parent builder. |
EmailMessageTextAttachmentBuilder |
EmailMessageBuilder.builderForTextAttachment()
Optional: Creates a builder for text attachments.
|
EmailMessageTextAttachmentBuilder |
EmailMessageBuilderImp.builderForTextAttachment()
Optional: Creates a builder for text attachments.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.customTextMimeSubType(String customTextMimeSubType)
RARE: Sets the text MIME sub-type to a custom value.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.customTextMimeSubType(String customTextMimeSubType)
RARE: Sets the text MIME sub-type to a custom value.
|
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderImp.inline()
RARE: Sets the attachment type to
EmailMessageAttachmentType.INLINE and clears the attachment file name. |
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilder.inline()
RARE: Sets the attachment type to
EmailMessageAttachmentType.INLINE and clears the attachment file name. |
EmailMessageTextAttachmentBuilder |
EmailMessageTextAttachmentBuilderFactory.newInstance(EmailMessageBuilder parentBuilder) |
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.