|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.CallListContents
public final class CallListContents
This defines the interface of CallListContents. This class is ONLY used for the contents of Call Lists (the CallListGet, and MakeCallsFromList operations).
| 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 |
|---|
public CallListContents()
public CallListContents(java.lang.String calleeName,
java.lang.String callDestination,
java.lang.String calleeOrganisation,
boolean moderator,
CallListContents.Priority qaPriority)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getCalleeName()
public void setCalleeName(java.lang.String name)
name - the Callee's namepublic java.lang.String getCallDestination()
public void setCallDestination(java.lang.String callDestination)
callDestination - the call's destinationpublic java.lang.String getCalleeOrganisation()
public void setCalleeOrganisation(java.lang.String calleeOrganisation)
calleeOrganisation - the callee's Organisation namepublic void setModerator(boolean moderator)
moderator - whether the callee should be a moderator once connectedpublic boolean isModerator()
public CallListContents.Priority getQAPriority()
public void setQAPriority(CallListContents.Priority qaPriority)
qaPriority - the QA Priority the callee will be given once connected
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||