public class RecordingList extends ListResource<Recording,TwilioRestClient>
| Constructor and Description |
|---|
RecordingList(TwilioRestClient client)
Instantiates a new recording list.
|
RecordingList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new recording list.
|
RecordingList(TwilioRestClient client,
String callSid)
Instantiates a new recording list belonging to call.
|
RecordingList(TwilioRestClient client,
String callSid,
Map<String,String> filters)
Instantiates a new recording list belonging to call with filters.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getRequestCallSid()
Gets the call sid of the recording *if* it was constructed
with a call sid.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic RecordingList(TwilioRestClient client)
client - the clientpublic RecordingList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic RecordingList(TwilioRestClient client, String callSid)
client - the clientcallSid - the sid of the owning callpublic RecordingList(TwilioRestClient client, String callSid, Map<String,String> filters)
client - the clientcallSid - the sid of the owning callfilters - the filterspublic String getRequestCallSid()
Copyright © 2011 Twilio, Inc. All Rights Reserved.