|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SmsMessageList | |
|---|---|
| com.telapi.api | |
| com.telapi.api.restproxies | |
| Uses of SmsMessageList in com.telapi.api |
|---|
| Methods in com.telapi.api that return SmsMessageList | |
|---|---|
SmsMessageList |
TelapiConnector.listSmsMessages()
Lists all Sms Messages for the configured account. |
SmsMessageList |
TelapiConnector.listSmsMessages(String to,
String from,
Date dateSentGte,
Date dateSentLt,
Long page,
Long pageSize)
Just as with calls, a list of all messages sent to and from a given TelAPI account's phone numbers can be requested via our REST API. |
SmsMessageList |
TelapiConnector.listSmsMessages(String accountSid,
String to,
String from,
Date dateSentGte,
Date dateSentLt,
Long page,
Long pageSize)
|
| Uses of SmsMessageList in com.telapi.api.restproxies |
|---|
| Methods in com.telapi.api.restproxies that return types with arguments of type SmsMessageList | |
|---|---|
org.jboss.resteasy.client.ClientResponse<SmsMessageList> |
SmsProxy.getSmsMessageList(String accountSid,
String to,
String from,
String dateSentGte,
String dateSentLt,
Long page,
Long pageSize)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||