|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflux.notification.MailTrigger.MailAttachment
flux.notification.MailTrigger.Mail_Attachment
public static class MailTrigger.Mail_Attachment
Represents a file attachment to an email message.
| Field Summary | |
|---|---|
byte[] |
body
Deprecated. The body of the file attachment. |
java.lang.String |
filename
Deprecated. The name of the file attachment. |
| Constructor Summary | |
|---|---|
MailTrigger.Mail_Attachment()
Deprecated. Creates a new mail attachment variable with default values. |
|
MailTrigger.Mail_Attachment(java.lang.String filename,
byte[] body)
Deprecated. Creates a new mail attachment variable with the specified values. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. Clones the mail attachment variable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public transient byte[] body
public java.lang.String filename
| Constructor Detail |
|---|
public MailTrigger.Mail_Attachment()
public MailTrigger.Mail_Attachment(java.lang.String filename,
byte[] body)
filename - The name of the file attachment.body - The body of the file attachment.| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException - Should not be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||