com.twilio.sdk.resource.list
Class ConferenceList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Conference>
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
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 clientfilters - the filters
Copyright © 2011 Twilio, Inc. All Rights Reserved.