|
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<EndPointQueue,QAModeStart>
com.avaya.conferencing.api.acp.control.operations.QAModeStart
public class QAModeStart
Opens a Conference Question & Answer session where Conference callees can join a queue of callees with questions to be answered.
The operation will return a EndPointQueue representing the Question & Answer queue associated with the conference the operation was performed on.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
Operation.Impact |
getImpact()
Returns the impact of the operation. |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
isClearQAQueue()
Getter for property 'clearQAQueue'. |
void |
setClearQAQueue(boolean clearQAQueue)
Setter for property 'clearQAQueue'. |
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 boolean isClearQAQueue()
Getter for property 'clearQAQueue'.
This property tells the operation if the Question %amp; Answer queue should be cleared on start of the session.
@Required public void setClearQAQueue(boolean clearQAQueue)
Setter for property 'clearQAQueue'.
This property tells the operation if the Question %amp; Answer queue should be cleared on start of the session.
clearQAQueue - Value to indicate if Question %amp; Answer queue should be cleared on start of the session.public Operation.Impact getImpact()
public Verb getVerb()
public java.lang.String toString()
toString in class AbstractOperationImpl<EndPointQueue,QAModeStart>
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||