|
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.Boolean,QAMoveQuestion>
com.avaya.conferencing.api.acp.control.operations.QAMoveQuestion
public class QAMoveQuestion
Moves an EndPoint's question in the Q&A queue. The move can be either relative or absolute. If absolute, a newPosition of 0 is the top of the queue, while a newPosition of Integer.MAX_VALUE is the bottom of the queue. If relative, positive values of newPosition move down the queue.
| 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. |
int |
getNewPosition()
Getter for property 'newPosition'. |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
isRelative()
Getter for property 'relative'. |
void |
setNewPosition(int newPosition)
Setter for property 'newPosition'. |
void |
setRelative(boolean relative)
Setter for property 'relative'. |
| 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 Operation.Impact getImpact()
public Verb getVerb()
public int getNewPosition()
public void setNewPosition(int newPosition)
newPosition - Value to set for property 'newPosition'.public boolean isRelative()
public void setRelative(boolean relative)
relative - Value to set for property 'relative'.
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||