|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallInterruptStatus | |
|---|---|
| com.telapi.api.domain.enums | |
| com.telapi.api.restproxies | |
| Uses of CallInterruptStatus in com.telapi.api.domain.enums |
|---|
| Methods in com.telapi.api.domain.enums that return CallInterruptStatus | |
|---|---|
static CallInterruptStatus |
CallInterruptStatus.forValue(String s)
|
static CallInterruptStatus |
CallInterruptStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallInterruptStatus[] |
CallInterruptStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CallInterruptStatus in com.telapi.api.restproxies |
|---|
| Methods in com.telapi.api.restproxies with parameters of type CallInterruptStatus | |
|---|---|
org.jboss.resteasy.client.ClientResponse<Call> |
CallProxy.hangupCall(String accountSid,
String callSid,
CallInterruptStatus status)
|
org.jboss.resteasy.client.ClientResponse<Call> |
CallProxy.interruptLiveCall(String accountSid,
String callSid,
String url,
HttpMethod method,
CallInterruptStatus status)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||