com.twilio.sdk.resource.list
Class ConferenceList

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

public class ConferenceList
extends ListResource<Conference>

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


Constructor Summary
ConferenceList(TwilioRestClient client)
          Instantiates a new conference list.
ConferenceList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new conference 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

ConferenceList

public ConferenceList(TwilioRestClient client)
Instantiates a new conference list.

Parameters:
client - the client

ConferenceList

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

Parameters:
client - the client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.