|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlertDeliveryAttachments
This interface allows you to add an object as an attachment to the alert delivery destination. Some alert delivery methods do not support attachments.
| Method Summary | |
|---|---|
IAlertDeliveryAttachment |
add(java.lang.String mimeType,
java.lang.String embedName)
Adds an attachment to the collection. |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
IAlertDeliveryAttachment add(java.lang.String mimeType,
java.lang.String embedName)
mimeType - The MIME type of the attachment.embedName - The name of the attachment.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||