|
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.lang.String,CallListSet>
com.avaya.conferencing.api.acp.control.operations.CallListSet
public class CallListSet
Sets the contents of a Call list on the ConferencingProvider. This will effectively remove a call list if there are no contents passed in.
The operation will return a URI for the resulting Call List (obviously, this will be empty where the action results in the removal of the Call list).
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
void |
addToCallListContents(CallListContents callDetails)
Adds a new detail to the Call List. |
void |
addToCallListContents(CallListContents[] callListContents)
Sets the contents of the Call List. |
void |
addToCallListContents(java.util.List<CallListContents> callListContents)
Sets the contents of the Call List. |
CallListContents[] |
getCallListContents()
Gets the contents of the Call List. |
java.lang.String |
getCallListURI()
Gets the URI of the Call List we're creating/modifying. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
java.lang.String |
getSecurityCode()
gets the security code |
java.lang.String |
getUserCode()
Deprecated. use getSecurityCode() |
Verb |
getVerb()
This gets the verb that describes this operation. |
void |
setCallListURI(java.lang.String callListURI)
Sets the URI of the Call List we're creating/modifying. |
void |
setSecurityCode(java.lang.String securityCode)
Sets the security code. |
void |
setUserCode(java.lang.String securityCode)
Deprecated. use setSecurityCode(String) |
java.lang.String |
toString()
|
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set |
| 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 name of the Call List we're creating/modifying@Deprecated public java.lang.String getUserCode()
getSecurityCode()
@Deprecated public void setUserCode(java.lang.String securityCode)
setSecurityCode(String)
securityCode - the user codepublic java.lang.String getSecurityCode()
public void setSecurityCode(java.lang.String securityCode)
securityCode - the security codepublic CallListContents[] getCallListContents()
public void addToCallListContents(CallListContents[] callListContents)
callListContents - New contents of the Call Listpublic void addToCallListContents(java.util.List<CallListContents> callListContents)
callListContents - New contents of the Call Listpublic void addToCallListContents(CallListContents callDetails)
callDetails - The new CallListContents to add to the
Call Listpublic Operation.Impact getImpact()
public Verb getVerb()
public java.lang.String toString()
toString in class AbstractOperationImpl<java.lang.String,CallListSet>
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||