com.genesyslab.platform.webmedia.protocol.email
Class AttachmentCollection
java.lang.Object
com.genesyslab.platform.commons.collections.KVList
com.genesyslab.platform.commons.collections.KeyValueCollection
com.genesyslab.platform.webmedia.protocol.email.AttachmentCollection
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection
public class AttachmentCollection
- extends KeyValueCollection
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class com.genesyslab.platform.commons.collections.KVList |
KVList.PairList |
Fields inherited from class com.genesyslab.platform.commons.collections.KVList |
storage |
Methods inherited from class com.genesyslab.platform.commons.collections.KVList |
add, addAll, addBinary, addInt, addInt, addString, addUTFString, addUTFString, clear, clone, contains, containsAll, containsKey, equals, getBinary, getComparator, getEnumeration, getEnumeration, getInt, getPairEnumeration, getString, hashCode, isEmpty, iterator, length, remove, removeAll, removePair, retainAll, setComparator, size, toArray, toArray |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
AttachmentCollection
public AttachmentCollection()
addAttachment
public void addAttachment(java.lang.String name,
Attachment att)
- Deprecated.
- Add attachment to attachment collection.
This method is deprecated - name parameter is redundant here.
- Parameters:
name
- attachment name (not used, use 'att.getName()' instead)att
- attachment to be added- See Also:
addAttachment(Attachment)
,
Attachment.getName()
addAttachment
public void addAttachment(Attachment att)
getAttachment
public Attachment getAttachment(java.lang.String name)
getAttachment
public Attachment getAttachment(int index)
removeAttachment
public void removeAttachment(java.lang.String name)
removeAttachment
public void removeAttachment(int index)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.