Uses of Class
org.apache.james.mime4j.internal.AbstractEntityBuilder
Packages that use AbstractEntityBuilder
Package
Description
-
Uses of AbstractEntityBuilder in org.apache.james.mime4j.dom
Subclasses of AbstractEntityBuilder in org.apache.james.mime4j.dom -
Uses of AbstractEntityBuilder in org.apache.james.mime4j.internal
Methods in org.apache.james.mime4j.internal that return AbstractEntityBuilderModifier and TypeMethodDescriptionAdds a field to the end of the list of fields.AbstractEntityBuilder.clearFields()
Clears all fields.AbstractEntityBuilder.removeFields
(String name) Removes allField
s having the specified field name.AbstractEntityBuilder.setBody
(BinaryBody binaryBody) Sets binaryBody of this message.Sets body of this message.Sets body of this message.AbstractEntityBuilder.setBody
(Message.Builder message) Sets body of this message.Sets body of this message.AbstractEntityBuilder.setBody
(MultipartBuilder multipart) AbstractEntityBuilder.setBody
(SingleBodyBuilder body) AbstractEntityBuilder.setContentDisposition
(String dispositionType) Sets content disposition of this message to the specified disposition type.AbstractEntityBuilder.setContentDisposition
(String dispositionType, String filename) Sets content disposition of this message to the specified disposition type and filename.AbstractEntityBuilder.setContentDisposition
(String dispositionType, String filename, long size) Sets content disposition of this message to the specified values.AbstractEntityBuilder.setContentDisposition
(String dispositionType, String filename, long size, Date creationDate, Date modificationDate, Date readDate) Sets content disposition of this message to the specified values.AbstractEntityBuilder.setContentTransferEncoding
(String contentTransferEncoding) Sets transfer encoding of this message.AbstractEntityBuilder.setContentType
(String mimeType, NameValuePair... parameters) Sets transfer encoding of this message.Sets or replaces a field. -
Uses of AbstractEntityBuilder in org.apache.james.mime4j.message
Subclasses of AbstractEntityBuilder in org.apache.james.mime4j.messageMethods in org.apache.james.mime4j.message that return AbstractEntityBuilder