- java.lang.Object
-
- org.eclipse.angus.mail.dsn.Report
-
- Direct Known Subclasses:
DeliveryStatus,DispositionNotification
public abstract class Report extends java.lang.ObjectAn abstract report type, to be included in a MultipartReport. Subclasses define specific report types, such asDeliveryStatusandDispositionNotification.- Since:
- JavaMail 1.4.2
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtype
-
Constructor Summary
Constructors Modifier Constructor Description protectedReport(java.lang.String type)Construct a report of the indicated MIME subtype.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetType()Get the MIME subtype of the report.
-