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

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)
           
 



Copyright © 2012. All Rights Reserved.