|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.notification.MailTrigger.MailTriggerResult
flux.notification.MailTrigger.Mail_Trigger_Result
public static class MailTrigger.Mail_Trigger_Result
The result when a mail trigger fires.
Field Summary | |
---|---|
java.util.List |
attachments
Deprecated. List of MailTrigger.Mail_Attachment. |
java.lang.String |
body
Deprecated. The body of the email message. |
java.util.List |
cc_addresses
Deprecated. List of String. |
MailContentType |
content_type
Deprecated. The content type of the email message. |
java.util.List |
from_addresses
Deprecated. List of String. |
java.util.List |
reply_to_addresses
Deprecated. List of String. |
java.util.Date |
sent_date
Deprecated. The date the email message was sent. |
int |
size
Deprecated. The size of the email message. |
javax.mail.Flags |
status_flags
Deprecated. Status flags for the email message. |
java.lang.String |
subject
Deprecated. The subject of the email message. |
java.util.List |
to_addresses
Deprecated. List of String. |
Constructor Summary | |
---|---|
MailTrigger.Mail_Trigger_Result()
Deprecated. Creates a new mail message variable. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Clones the mail message variable. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List attachments
public java.lang.String body
public java.util.List cc_addresses
public MailContentType content_type
public javax.mail.Flags status_flags
public java.util.List from_addresses
public java.util.List reply_to_addresses
public java.util.Date sent_date
public int size
public java.lang.String subject
public java.util.List to_addresses
Constructor Detail |
---|
public MailTrigger.Mail_Trigger_Result()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- Should not be thrown.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |