|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CallList | |
|---|---|
| com.telapi.api | |
| com.telapi.api.restproxies | |
| Uses of CallList in com.telapi.api |
|---|
| Methods in com.telapi.api that return CallList | |
|---|---|
CallList |
TelapiConnector.listCalls()
To view a list of all inbound and outbound call resources associated with a given account, use this method. |
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 CallList in com.telapi.api.restproxies |
|---|
| Methods in com.telapi.api.restproxies that return types with arguments of type CallList | |
|---|---|
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 | |||||||||