Avaya Conferencing Provider API

Uses of Class
com.avaya.conferencing.api.acp.control.CallListContents.Priority

Packages that use CallListContents.Priority
com.avaya.conferencing.api.acp.control The Avaya Conferencing Provider Interface API. 
 

Uses of CallListContents.Priority in com.avaya.conferencing.api.acp.control
 

Methods in com.avaya.conferencing.api.acp.control that return CallListContents.Priority
 CallListContents.Priority CallListContents.getQAPriority()
          Gets the QA Priority the callee will be given once connected
static CallListContents.Priority CallListContents.Priority.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CallListContents.Priority[] CallListContents.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.avaya.conferencing.api.acp.control with parameters of type CallListContents.Priority
 void CallListContents.setQAPriority(CallListContents.Priority qaPriority)
          Sets the QA Priority the callee will be given once connected
 

Constructors in com.avaya.conferencing.api.acp.control with parameters of type CallListContents.Priority
CallListContents(java.lang.String calleeName, java.lang.String callDestination, java.lang.String calleeOrganisation, boolean moderator, CallListContents.Priority qaPriority)
           
 


Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.