|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlertDeliveryAttachment
This interface defines settings for attachments that are delivered with an alert notifications.
| Method Summary | |
|---|---|
java.lang.String |
getEmbedName()
Returns the name of the attachment. |
java.lang.String |
getMimeType()
Returns the MIME type of the attachment. |
void |
setEmbedName(java.lang.String sVal)
Sets the name of the attachment. |
void |
setMimeType(java.lang.String sVal)
Sets the MIME type of the attachment. |
| Method Detail |
|---|
java.lang.String getMimeType()
"image/gif"
for GIF files and "video/mpeg" for MPEG files.
String object that contains the MIME type of the attachment.IAlertDeliveryAttachment.setMimeType(java.lang.String)void setMimeType(java.lang.String sVal)
"image/gif" for GIF files
or "video/mpeg" for MPEG fiels.
sVal - A String object that contains the MIME type of the attachment.IAlertDeliveryAttachment.getMimeType()java.lang.String getEmbedName()
String object that contains the name of the attachment.IAlertDeliveryAttachment.setEmbedName(java.lang.String)void setEmbedName(java.lang.String sVal)
sVal - A String object that contains the name of the attachment.IAlertDeliveryAttachment.getEmbedName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||