Platform SDK Java 8.5 API Reference

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

Packages that use AttributesList
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 AttributesList in com.genesyslab.platform.contacts.protocol.contactserver
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver that return AttributesList
 AttributesList ContactInfo.getAttributes()
           
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type AttributesList
 void ContactInfo.setAttributes(AttributesList value)
           
 

Uses of AttributesList in com.genesyslab.platform.contacts.protocol.contactserver.events
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events that return AttributesList
 AttributesList EventUpdateAttributes.getAttributes()
           
 AttributesList EventGetAttributes.getAttributes()
          Key-value list with all available attributes for the contact with requested Contact ID (or the specified subset of attributes, if the AttributeList parameter was set in the related RequestGetAttributes).
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.events with parameters of type AttributesList
 void EventUpdateAttributes.setAttributes(AttributesList value)
           
 void EventGetAttributes.setAttributes(AttributesList value)
          Key-value list with all available attributes for the contact with requested Contact ID (or the specified subset of attributes, if the AttributeList parameter was set in the related RequestGetAttributes).
 

Uses of AttributesList in com.genesyslab.platform.contacts.protocol.contactserver.requests
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests that return AttributesList
 AttributesList RequestInsert.getAttributes()
           
 AttributesList RequestUpdateAttributes.getInsertAttributes()
          A key-value list with attributes that will be inserted into this contact.
 AttributesList RequestUpdateAttributes.getUpdateAttributes()
          A key-value list with attributes that will be update for this contact.
 

Methods in com.genesyslab.platform.contacts.protocol.contactserver.requests with parameters of type AttributesList
 void RequestInsert.setAttributes(AttributesList value)
           
 void RequestUpdateAttributes.setInsertAttributes(AttributesList value)
          A key-value list with attributes that will be inserted into this contact.
 void RequestUpdateAttributes.setUpdateAttributes(AttributesList value)
          A key-value list with attributes that will be update for this contact.
 


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.