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

Packages that use RecordingList
com.telapi.api   
com.telapi.api.restproxies   
 

Uses of RecordingList in com.telapi.api
 

Methods in com.telapi.api that return RecordingList
 RecordingList TelapiConnector.listCallRecordings(String callSid, Date dateCreatedGte, Date dateCreatedLt, Long page, Long pageSize)
          Gets a list of Recordings which belong to a specified Call.
 RecordingList TelapiConnector.listCallRecordings(String accountSid, String callSid, Date dateCreatedGte, Date dateCreatedLt, Long page, Long pageSize)
           
 RecordingList TelapiConnector.listRecordings()
          Gets a list of all Recordings.
 RecordingList TelapiConnector.listRecordings(Date dateCreatedGte, Date dateCreatedLt, Long page, Long pageSize)
          Gets a list of Recordings.
 RecordingList TelapiConnector.listRecordings(String accountSid, Date dateCreatedGte, Date dateCreatedLt, Long page, Long pageSize)
           
 RecordingList TelapiConnector.recordCall(String callSid, Boolean record, Long timeLimit, String callbackUrl)
          TelAPI offers a way to both initiate or end a call recording.
 RecordingList TelapiConnector.recordCall(String accountSid, String callSid, Boolean record, Long timeLimit, String callbackUrl)
           
 

Uses of RecordingList in com.telapi.api.restproxies
 

Methods in com.telapi.api.restproxies that return types with arguments of type RecordingList
 org.jboss.resteasy.client.ClientResponse<RecordingList> RecordingProxy.listCallRecordings(String accountSid, String callSid, String dateCreatedGte, String dateCreatedLt, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<RecordingList> RecordingProxy.listRecordings(String accountSid, String dateCreatedGte, String dateCreatedLt, Long page, Long pageSize)
           
 org.jboss.resteasy.client.ClientResponse<RecordingList> CallProxy.recordCall(String accountSid, String callSid, Boolean record, Long timeLimit, String callbackUrl)
           
 



Copyright © 2012. All Rights Reserved.