Uses of Class
com.telapi.api.domain.list.SmsMessageList

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)
           
 



Copyright © 2012. All Rights Reserved.