Class BounceNotification.Details (2.0.0)

public static final class BounceNotification.Details

The BounceNotification.Details class describes either the original message that caused a bounce, or the notification message describing the bounce.

Inheritance

java.lang.Object > BounceNotification.Details

Methods

getBcc()

public @Nullable String getBcc()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'bcc' field for this detail item.

getCc()

public @Nullable String getCc()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'cc' field for this detail item.

getFrom()

public @Nullable String getFrom()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'from' field for this detail item.

getSubject()

public @Nullable String getSubject()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'subject' field for this detail item.

getText()

public @Nullable String getText()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'text' field for this detail item.

getTo()

public @Nullable String getTo()
Returns
TypeDescription
@org.checkerframework.checker.nullness.qual.Nullable java.lang.String

the 'to' field for this detail item.