|
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,PlayAndCollect>
com.avaya.conferencing.api.acp.control.operations.PlayAndCollect
public class PlayAndCollect
Plays a prompt to an EndPoint and waits for a response (DTMF string) from that EndPoint.
The operation will return the response from the EndPoint as a String.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
java.lang.String |
getDtmfToMatch()
Gets the DTMF string to match. |
Operation.Impact |
getImpact()
Returns the impact of the operation. |
int |
getMaxDigits()
Gets the maximum amount of DTMF digits expected in the response. |
Message |
getMessage()
Gets the Message the operation is to play. |
MessageSet |
getMessageSet()
Gets the MessageSet to use. |
Message |
getMessageToPlay()
Deprecated. use getMessage() |
int |
getMinDigits()
Gets the minimum amount of DTMF digits expected in the response. |
Verb |
getVerb()
This gets the verb that describes this operation. |
boolean |
isDigitRangeSet()
Tells whether either the max/min digits have been reset from the default values. |
void |
setDtmfToMatch(java.lang.String dtmfToMatch)
Sets the DTMF string response that is expected. |
void |
setMaxDigits(int maxDigits)
Sets the maximum amount of DTMF digits expected in the response. |
void |
setMessage(Message message)
Sets the Message to play for the operation. |
void |
setMessageSet(MessageSet messageSet)
Sets the MessageSet to use. |
void |
setMessageToPlay(Message messageToPlay)
Deprecated. use setMessage(com.avaya.conferencing.api.acp.control.Message) |
void |
setMinDigits(int minDigits)
Sets the minimum amount of DTMF digits expected in the response. |
| 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 |
|---|
@Deprecated public Message getMessageToPlay()
getMessage()
@Deprecated public void setMessageToPlay(Message messageToPlay)
setMessage(com.avaya.conferencing.api.acp.control.Message)
messageToPlay - The Message to play.public Message getMessage()
@Required public void setMessage(Message message)
message - The Message to play.public MessageSet getMessageSet()
public void setMessageSet(MessageSet messageSet)
messageSet - the MessageSet to use.public java.lang.String getDtmfToMatch()
public void setDtmfToMatch(java.lang.String dtmfToMatch)
dtmfToMatch - the DTMF string to match.public int getMinDigits()
public void setMinDigits(int minDigits)
minDigits - the minimum amount of digits.public int getMaxDigits()
public void setMaxDigits(int maxDigits)
maxDigits - the maximum amount of digits.public boolean isDigitRangeSet()
public 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 | |||||||||