com.twilio.sdk.resource.list
Class RecordingList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<Recording>
          extended by com.twilio.sdk.resource.list.RecordingList
All Implemented Interfaces:
Iterable<Recording>

public class RecordingList
extends ListResource<Recording>

The Class RecordingList. For more information see https://www.twilio.com/docs/api/rest/recording


Constructor Summary
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.
 
Method Summary
 String getRequestCallSid()
          Gets the call sid of the recording *if* it was constructed with a call sid.
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iterator
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingList

public RecordingList(TwilioRestClient client)
Instantiates a new recording list.

Parameters:
client - the client

RecordingList

public RecordingList(TwilioRestClient client,
                     Map<String,String> filters)
Instantiates a new recording list.

Parameters:
client - the client
filters - the filters

RecordingList

public RecordingList(TwilioRestClient client,
                     String callSid)
Instantiates a new recording list belonging to call.

Parameters:
client - the client
callSid - the sid of the owning call

RecordingList

public RecordingList(TwilioRestClient client,
                     String callSid,
                     Map<String,String> filters)
Instantiates a new recording list belonging to call with filters.

Parameters:
client - the client
callSid - the sid of the owning call
filters - the filters
Method Detail

getRequestCallSid

public String getRequestCallSid()
Gets the call sid of the recording *if* it was constructed with a call sid.

Returns:
the call sid of the parent call


Copyright © 2011 Twilio, Inc. All Rights Reserved.