public class AttachmentCollection extends KeyValueCollection
KVList.PairList
Constructor | Description |
---|---|
AttachmentCollection() |
Modifier and Type | Method | Description |
---|---|---|
void |
addAttachment(Attachment att) |
|
void |
addAttachment(java.lang.String name,
Attachment att) |
Deprecated.
|
Attachment |
getAttachment(int index) |
|
Attachment |
getAttachment(java.lang.String name) |
|
void |
removeAttachment(int index) |
|
void |
removeAttachment(java.lang.String name) |
addList, addObject, addPair, createPair, getList, getPair, remove, throwNotPair, toString, toStringLine
add, addAll, addBinary, addInt, addInt, addString, addUTFString, addUTFString, clear, clone, contains, containsAll, containsKey, equals, getAsString, getBinary, getComparator, getEnumeration, getEnumeration, getInt, getPairEnumeration, getString, hashCode, isEmpty, iterator, length, remove, removeAll, removePair, retainAll, setComparator, size, toArray, toArray
public void addAttachment(java.lang.String name, Attachment att)
name
- attachment name (not used, use 'att.getName()' instead)att
- attachment to be addedaddAttachment(Attachment)
,
Attachment.getName()
public void addAttachment(Attachment att)
public Attachment getAttachment(java.lang.String name)
public Attachment getAttachment(int index)
public void removeAttachment(java.lang.String name)
public void removeAttachment(int index)
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.