|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringList | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver | This package contains the Protocol classes that your applications
can use to set up communication with Universal Contact Server. |
com.genesyslab.platform.contacts.protocol.contactserver.events | |
com.genesyslab.platform.contacts.protocol.contactserver.requests |
Uses of StringList in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return StringList | |
---|---|
StringList |
DeleteAttributesInfo.getAttrId()
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type StringList | |
---|---|
void |
DeleteAttributesInfo.setAttrId(StringList value)
|
Uses of StringList in com.genesyslab.platform.contacts.protocol.contactserver.events |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return StringList | |
---|---|
StringList |
EventIdentifyContact.getContactIdList()
A list of IDs for the matching Contact, if more than one match was found. |
StringList |
EventGetInteractionsWithStatus.getIdList()
The list of Ids of matching Interactions. |
StringList |
EventGetAgentStdRespFavorites.getStandardResponses()
A StringList containing the Standard Response IDs (as specified in Configuration Server) for each Standard Response Favorite of the specified agent. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type StringList | |
---|---|
void |
EventIdentifyContact.setContactIdList(StringList value)
A list of IDs for the matching Contact, if more than one match was found. |
void |
EventGetInteractionsWithStatus.setIdList(StringList value)
The list of Ids of matching Interactions. |
void |
EventGetAgentStdRespFavorites.setStandardResponses(StringList value)
A StringList containing the Standard Response IDs (as specified in Configuration Server) for each Standard Response Favorite of the specified agent. |
Uses of StringList in com.genesyslab.platform.contacts.protocol.contactserver.requests |
---|
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return StringList | |
---|---|
StringList |
RequestInteractionListGet.getAttributeList()
The list of attributes that will be returned for each matching interaction. |
StringList |
RequestGetInteractionsForContact.getAttributeList()
The list of attributes, which have to be delivered with each interaction. |
StringList |
RequestGetContacts.getAttributeList()
|
StringList |
RequestGetAttributes.getAttributeList()
A key-value list specifying which Contact attributes to return. |
StringList |
RequestContactListGet.getAttributeList()
List of sortable attributes to return. |
Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type StringList | |
---|---|
void |
RequestInteractionListGet.setAttributeList(StringList value)
The list of attributes that will be returned for each matching interaction. |
void |
RequestGetInteractionsForContact.setAttributeList(StringList value)
The list of attributes, which have to be delivered with each interaction. |
void |
RequestGetContacts.setAttributeList(StringList value)
|
void |
RequestGetAttributes.setAttributeList(StringList value)
A key-value list specifying which Contact attributes to return. |
void |
RequestContactListGet.setAttributeList(StringList value)
List of sortable attributes to return. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |