|
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.operations.AbstractOperationImpl<java.util.List<CallListContents>,CallListGet>
com.avaya.conferencing.api.acp.control.operations.CallListGet
public class CallListGet
Gets the contents of the call list specified from the ConferencingProvider.
The operation will return a list of the CallListContents contained within the Call List specified.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
java.lang.String |
getCallListURI()
Gets the URI for the Call List we've to find the contents of. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
java.lang.String |
getSecurityCode()
Gets the Security code provided by the user for access to the Call List. |
Verb |
getVerb()
This gets the verb that describes this operation. |
void |
setCallListURI(java.lang.String callListURI)
Sets the URI for the Call List we've to find the contents of. |
void |
setSecurityCode(java.lang.String securityCode)
Sets the Securty code to be used for access to the Call List. |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getCallListURI()
@ValuesDerivedFrom(value=CALL_LISTS_GET) public void setCallListURI(java.lang.String callListURI)
callListURI - the URI for the Call List we've to find the contents ofpublic java.lang.String getSecurityCode()
public void setSecurityCode(java.lang.String securityCode)
securityCode - The security codepublic Operation.Impact getImpact()
public Verb getVerb()
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||