Package com.sun.mail.dsn
Class Report
- java.lang.Object
-
- com.sun.mail.dsn.Report
-
- Direct Known Subclasses:
DeliveryStatus
,DispositionNotification
public abstract class Report extends java.lang.Object
An abstract report type, to be included in a MultipartReport. Subclasses define specific report types, such asDeliveryStatus
andDispositionNotification
.- Since:
- JavaMail 1.4.2
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
type
-
Constructor Summary
Constructors Modifier Constructor Description protected
Report(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.String
getType()
Get the MIME subtype of the report.
-