Package com.independentsoft.email.mime
Class ContentDisposition
java.lang.Object
com.independentsoft.email.mime.ContentDisposition
Class ContentDisposition.
-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a new instance of the ContentDisposition class.Initializes a new instance of the ContentDisposition class.ContentDisposition(String contentDisposition)Initializes a new instance of the ContentDisposition class. -
Method Summary
Modifier and TypeMethodDescriptionGets the parameters.getType()Gets the type.voidsetType(ContentDispositionType type)Sets the type.toString()Returns a String that represents this instance.
-
Constructor Details
-
ContentDisposition
public ContentDisposition()Initializes a new instance of the ContentDisposition class. -
ContentDisposition
Initializes a new instance of the ContentDisposition class.- Parameters:
type- The type.
-
ContentDisposition
Initializes a new instance of the ContentDisposition class.- Parameters:
contentDisposition- The content disposition.
-
-
Method Details