Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
static AttachmentBuilder |
Models.attachment()
Document attachment.
|
AttachmentBuilder |
AttachmentBuilder.base64Data(String base64Data)
Set Attachment.base64Data and return builder.
|
AttachmentBuilder |
AttachmentBuilder.contentDisposition(String contentDisposition)
Set Attachment.contentDisposition and return builder.
|
AttachmentBuilder |
AttachmentBuilder.contentId(String contentId)
Set Attachment.contentId and return builder.
|
AttachmentBuilder |
AttachmentBuilder.contentType(ContentType contentType)
Set Attachment.contentType and return builder.
|
AttachmentBuilder |
AttachmentBuilder.headers(Map<String,String> headers)
Set Attachment.headers and return builder.
|
AttachmentBuilder |
AttachmentBuilder.isEmbeddedMessage(Boolean isEmbeddedMessage)
Set Attachment.isEmbeddedMessage and return builder.
|
AttachmentBuilder |
AttachmentBuilder.name(String name)
Set Attachment.name and return builder.
|
AttachmentBuilder |
AttachmentBuilder.nameEncoding(String nameEncoding)
Set Attachment.nameEncoding and return builder.
|
AttachmentBuilder |
AttachmentBuilder.preferredTextEncoding(String preferredTextEncoding)
Set Attachment.preferredTextEncoding and return builder.
|
Copyright © 2020. All rights reserved.