Avaya Conferencing Provider API

com.avaya.conferencing.api.acp.control
Class CallListContents

java.lang.Object
  extended by com.avaya.conferencing.api.acp.control.CallListContents

public final class CallListContents
extends java.lang.Object

This defines the interface of CallListContents. This class is ONLY used for the contents of Call Lists (the CallListGet, and MakeCallsFromList operations).

Since:
5.1.0.0.40

Nested Class Summary
static class CallListContents.Priority
           
 
Constructor Summary
CallListContents()
           
CallListContents(java.lang.String calleeName, java.lang.String callDestination, java.lang.String calleeOrganisation, boolean moderator, CallListContents.Priority qaPriority)
           
 
Method Summary
 java.lang.String getCallDestination()
          Gets the call's destination
 java.lang.String getCalleeName()
          Gets the Callee's name
 java.lang.String getCalleeOrganisation()
          Gets the callee's Organisation name
 CallListContents.Priority getQAPriority()
          Gets the QA Priority the callee will be given once connected
 boolean isModerator()
          Finds out whether the calle will be a moderator once connected
 void setCallDestination(java.lang.String callDestination)
          Sets the call's destination
 void setCalleeName(java.lang.String name)
          Sets the Callee's name
 void setCalleeOrganisation(java.lang.String calleeOrganisation)
          Sets the callee's organisation name
 void setModerator(boolean moderator)
          Sets whether the callee will be called as a moderator or normal conferee
 void setQAPriority(CallListContents.Priority qaPriority)
          Sets the QA Priority the callee will be given once connected
 java.lang.String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallListContents

public CallListContents()

CallListContents

public CallListContents(java.lang.String calleeName,
                        java.lang.String callDestination,
                        java.lang.String calleeOrganisation,
                        boolean moderator,
                        CallListContents.Priority qaPriority)
Method Detail

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

getCalleeName

public java.lang.String getCalleeName()
Gets the Callee's name

Returns:
the Callee's name
Since:
5.1.0.0.40

setCalleeName

public void setCalleeName(java.lang.String name)
Sets the Callee's name

Parameters:
name - the Callee's name
Since:
5.1.0.0.40

getCallDestination

public java.lang.String getCallDestination()
Gets the call's destination

Returns:
the call's destination
Since:
5.1.0.0.40

setCallDestination

public void setCallDestination(java.lang.String callDestination)
Sets the call's destination

Parameters:
callDestination - the call's destination

getCalleeOrganisation

public java.lang.String getCalleeOrganisation()
Gets the callee's Organisation name

Returns:
the callee's Organisation name

setCalleeOrganisation

public void setCalleeOrganisation(java.lang.String calleeOrganisation)
Sets the callee's organisation name

Parameters:
calleeOrganisation - the callee's Organisation name

setModerator

public void setModerator(boolean moderator)
Sets whether the callee will be called as a moderator or normal conferee

Parameters:
moderator - whether the callee should be a moderator once connected

isModerator

public boolean isModerator()
Finds out whether the calle will be a moderator once connected

Returns:
whether the calle will be a moderator once connected

getQAPriority

public CallListContents.Priority getQAPriority()
Gets the QA Priority the callee will be given once connected

Returns:
the QA Priority the callee will be given once connected

setQAPriority

public void setQAPriority(CallListContents.Priority qaPriority)
Sets the QA Priority the callee will be given once connected

Parameters:
qaPriority - the QA Priority the callee will be given once connected

Avaya Conferencing Provider API

Copyright © 2008-2009 Avaya. All Rights Reserved.