Uses of Class
de.starface.integration.uci.java.v30.types.QueueSetting

Packages that use QueueSetting
de.starface.integration.uci.java.v30.messages.events This package contains the events that the UCI client implementation can receive from STARFACE. 
de.starface.integration.uci.java.v30.messages.requests This package contains the requests that the UCI client implementation can send to STARFACE. 
 

Uses of QueueSetting in de.starface.integration.uci.java.v30.messages.events
 

Method parameters in de.starface.integration.uci.java.v30.messages.events with type arguments of type QueueSetting
 void UciQueueEvents.queueSettingsChanged(List<QueueSetting> queueSetting)
          This event allows the UCI client to get informed when the state or number of the queue settings change.
 

Uses of QueueSetting in de.starface.integration.uci.java.v30.messages.requests
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return QueueSetting
 QueueSetting UciQueueRequests.getQueueSetting(int queueAccountId)
          Returns the settings of a queue as defined in QueueSetting
 

Methods in de.starface.integration.uci.java.v30.messages.requests that return types with arguments of type QueueSetting
 List<QueueSetting> UciQueueRequests.getQueueSettings()
          This request allows the UCI client to query the settings of all queues the user is an agent of.
 



Copyright © 2012 STARFACE GmbH. All rights reserved.