Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentType.addParametersItem(ContentTypeParameter parametersItem) |
ContentType |
ContentType.boundary(String boundary) |
ContentType |
ContentType.charSet(String charSet) |
ContentType |
AttachmentBase.getContentType()
Content type
|
ContentType |
ContentType.mediaType(String mediaType) |
ContentType |
ContentType.name(String name) |
ContentType |
ContentType.parameters(List<ContentTypeParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
AttachmentBase |
AttachmentBase.contentType(ContentType contentType) |
void |
AttachmentBase.setContentType(ContentType contentType) |
Constructor and Description |
---|
AlternateView(String base64Data,
String contentId,
ContentType contentType,
Map<String,String> headers,
String baseUri,
List<LinkedResource> linkedResources)
Initializes a new instance of the AlternateView
|
Attachment(String base64Data,
String contentId,
ContentType contentType,
Map<String,String> headers,
String contentDisposition,
Boolean isEmbeddedMessage,
String name,
String nameEncoding,
String preferredTextEncoding)
Initializes a new instance of the Attachment
|
AttachmentBase(String base64Data,
String contentId,
ContentType contentType,
Map<String,String> headers)
Initializes a new instance of the AttachmentBase
|
LinkedResource(String base64Data,
String contentId,
ContentType contentType,
Map<String,String> headers,
String contentLink)
Initializes a new instance of the LinkedResource
|
Copyright © 2020. All rights reserved.