Package | Description |
---|---|
javax.mail.internet |
Modifier and Type | Method and Description |
---|---|
ParameterList |
ContentDisposition.getParameterList() |
ParameterList |
ContentType.getParameterList() |
Modifier and Type | Method and Description |
---|---|
void |
ContentDisposition.setParameterList(ParameterList list) |
void |
ContentType.setParameterList(ParameterList list) |
Constructor and Description |
---|
ContentDisposition(String disposition,
ParameterList list) |
ContentType(String major,
String minor,
ParameterList list) |
Copyright © 2013. All Rights Reserved.