Package | Description |
---|---|
org.apache.james.mime4j.message |
Modifier and Type | Method and Description |
---|---|
BodyPart |
Multipart.removeBodyPart(int index)
Removes the body part at the specified position in the list of body
parts.
|
BodyPart |
Multipart.replaceBodyPart(BodyPart bodyPart,
int index)
Replaces the body part at the specified position in the list of body
parts with the specified body part.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BodyPart> |
Multipart.getBodyParts()
Gets the list of body parts.
|
Modifier and Type | Method and Description |
---|---|
void |
Multipart.addBodyPart(BodyPart bodyPart)
Adds a body part to the end of the list of body parts.
|
void |
Multipart.addBodyPart(BodyPart bodyPart,
int index)
Inserts a body part at the specified position in the list of body parts.
|
BodyPart |
Multipart.replaceBodyPart(BodyPart bodyPart,
int index)
Replaces the body part at the specified position in the list of body
parts with the specified body part.
|
Modifier and Type | Method and Description |
---|---|
void |
Multipart.setBodyParts(java.util.List<BodyPart> bodyParts)
Sets the list of body parts.
|
Constructor and Description |
---|
BodyPart(BodyPart other)
Creates a new
BodyPart from the specified
BodyPart . |
Copyright © 2004-2016. All Rights Reserved.