Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
ContentType |
ContentType.addParametersItem(ContentTypeParameter parametersItem)
Add an item to parameters and return this.
|
ContentType |
ContentType.boundary(String boundary)
Set boundary and return this.
|
ContentType |
ContentTypeBuilder.build()
Build ContentType instance.
|
ContentType |
ContentType.charSet(String charSet)
Set charSet and return this.
|
ContentType |
AttachmentBase.getContentType()
Content type
|
ContentType |
ContentType.mediaType(String mediaType)
Set mediaType and return this.
|
ContentType |
ContentType.name(String name)
Set name and return this.
|
ContentType |
ContentType.parameters(List<ContentTypeParameter> parameters)
Set parameters and return this.
|
Modifier and Type | Method and Description |
---|---|
AlternateViewBuilder |
AlternateViewBuilder.contentType(ContentType contentType)
Set AlternateView.contentType and return builder.
|
LinkedResourceBuilder |
LinkedResourceBuilder.contentType(ContentType contentType)
Set LinkedResource.contentType and return builder.
|
AttachmentBuilder |
AttachmentBuilder.contentType(ContentType contentType)
Set Attachment.contentType and return builder.
|
AttachmentBaseBuilder |
AttachmentBaseBuilder.contentType(ContentType contentType)
Set AttachmentBase.contentType and return builder.
|
AttachmentBase |
AttachmentBase.contentType(ContentType contentType)
Set contentType and return this.
|
void |
AttachmentBase.setContentType(ContentType contentType)
Set 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
|
ContentTypeBuilder(ContentType model) |
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.