public class AbstractMultipart extends AbstractPart
| Constructor and Description | 
|---|
AbstractMultipart()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<AbstractPart> | 
parts()
Returns the parts of the MIME multipart. 
 | 
void | 
setParts(java.util.List<AbstractPart> parts)
Sets the parts of the MIME multipart. 
 | 
allContentTypeParametersNames, charset, contentDescription, contentID, contentLocation, contentTypeParameterValueForName, filename, isInlineAttachment, partForContentID, partForUniqueID, partType, setCharset, setContentDescription, setContentID, setContentLocation, setContentTypeParameter, setFilename, setInlineAttachment, setPartType, setUniqueID, uniqueIDclone, finalize, initWithNative, readObject, toString, writeObjectpublic java.util.List<AbstractPart> parts()
public void setParts(java.util.List<AbstractPart> parts)