|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallStatus | |
|---|---|
| com.telapi.api | |
| com.telapi.api.domain | |
| com.telapi.api.domain.enums | |
| com.telapi.api.restproxies | |
| Uses of CallStatus in com.telapi.api |
|---|
| Methods in com.telapi.api with parameters of type CallStatus | |
|---|---|
CallList |
TelapiConnector.listCalls(String to,
String from,
CallStatus status,
Date startTimeGte,
Date startTimeLt,
Long page,
Long pageSize)
To view a list of all inbound and outbound call resources associated with a given account, use this method. |
CallList |
TelapiConnector.listCalls(String accountSid,
String to,
String from,
CallStatus status,
Date startTimeGte,
Date startTimeLt,
Long page,
Long pageSize)
|
| Uses of CallStatus in com.telapi.api.domain |
|---|
| Methods in com.telapi.api.domain that return CallStatus | |
|---|---|
CallStatus |
Call.getStatus()
|
| Methods in com.telapi.api.domain with parameters of type CallStatus | |
|---|---|
void |
Call.setStatus(CallStatus status)
|
| Uses of CallStatus in com.telapi.api.domain.enums |
|---|
| Methods in com.telapi.api.domain.enums that return CallStatus | |
|---|---|
static CallStatus |
CallStatus.forValue(String s)
|
static CallStatus |
CallStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CallStatus[] |
CallStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of CallStatus in com.telapi.api.restproxies |
|---|
| Methods in com.telapi.api.restproxies with parameters of type CallStatus | |
|---|---|
org.jboss.resteasy.client.ClientResponse<CallList> |
CallProxy.listCalls(String accountSid,
String to,
String from,
CallStatus status,
String startTimeGte,
String startTimeLt,
Long page,
Long pageSize)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||