|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordingFileFormat | |
|---|---|
| com.telapi.api.inboundxml.elements | |
| com.telapi.api.inboundxml.elements.enums | |
| com.telapi.api.inboundxml.parameters | |
| Uses of RecordingFileFormat in com.telapi.api.inboundxml.elements |
|---|
| Methods in com.telapi.api.inboundxml.elements with parameters of type RecordingFileFormat | |
|---|---|
Response |
Response.record(String action,
HttpMethod method,
Long timeout,
String finishOnKey,
Long maxLength,
Boolean transcribe,
String transcribeCallback,
Boolean playBeep,
Boolean bothLegs,
RecordingFileFormat fileFormat)
Adds a Record element to a Response element. |
| Uses of RecordingFileFormat in com.telapi.api.inboundxml.elements.enums |
|---|
| Methods in com.telapi.api.inboundxml.elements.enums that return RecordingFileFormat | |
|---|---|
static RecordingFileFormat |
RecordingFileFormat.forValue(String s)
|
static RecordingFileFormat |
RecordingFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RecordingFileFormat[] |
RecordingFileFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of RecordingFileFormat in com.telapi.api.inboundxml.parameters |
|---|
| Methods in com.telapi.api.inboundxml.parameters that return RecordingFileFormat | |
|---|---|
RecordingFileFormat |
RecordParameters.getFileFormat()
|
| Methods in com.telapi.api.inboundxml.parameters with parameters of type RecordingFileFormat | |
|---|---|
void |
RecordParameters.setFileFormat(RecordingFileFormat fileFormat)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||