public interface CodeListI
CodeListI
object represents a list of Contact Center codes administered in the Contact Center.
The object contains a CodeType
property and a list of ContactCenterCodeI
objects with each representing a code
in the Contact Center.
Modifier and Type | Method and Description |
---|---|
void |
addCodeToList(ContactCenterCodeI code)
Add a
ContactCenterCodeI to the list of codes that this object stores |
java.util.List<ContactCenterCodeI> |
getCodes()
A shallow copy of the list of
ContactCenterCodeI that this object stores |
CodeType |
getCodeType() |
CodeType getCodeType()
CodeListI
java.util.List<ContactCenterCodeI> getCodes()
ContactCenterCodeI
that this object storesContactCenterCodeI
void addCodeToList(ContactCenterCodeI code)
ContactCenterCodeI
to the list of codes that this object storescode
- A code in the Contact Center