Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.contacts.protocol.contactserver.StringList

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

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.