| Modifier and Type | Method and Description |
|---|---|
static IsEmptyAllowed |
IsEmptyAllowed.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsEmptyAllowed[] |
IsEmptyAllowed.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryData(byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryData(byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryFile(File filePath,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryFile(File filePath,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the file as binary data, then adds new attachment to the parent builder.
|
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilderImp.attachBinaryInputStream(InputStream inputStream,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as binary data,
then adds new attachment to the parent builder. |
EmailMessageBinaryAttachmentBuilder |
EmailMessageBinaryAttachmentBuilder.attachBinaryInputStream(InputStream inputStream,
IsEmptyAllowed isEmptyAllowed)
Immediately reads the contents of the
InputStream as binary data,
then adds new attachment to the parent builder. |
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. |
| Constructor and Description |
|---|
EmailMessageAttachment(EmailMessageAttachmentType attachmentType,
String nullableFileName,
String mimeType,
byte[] byteArr,
IsEmptyAllowed isEmptyAllowed)
Instead of direct access, API users should use
EmailMessageBuilder.builderForTextAttachment()
or EmailMessageBuilder.builderForBinaryAttachment(). |
Copyright © 2013–2020. All rights reserved.