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 http://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.
 
Method Summary
 
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


Copyright © 2011 Twilio, Inc. All Rights Reserved.