public class ParticipantList extends ListResource<Participant,TwilioRestClient>
| Constructor and Description |
|---|
ParticipantList(TwilioRestClient client)
Instantiates a new participant list.
|
ParticipantList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new participant list.
|
ParticipantList(TwilioRestClient client,
String conferenceSid)
Instantiates a new participant list.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ParticipantList(TwilioRestClient client)
client - the clientpublic ParticipantList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic ParticipantList(TwilioRestClient client, String conferenceSid)
client - the clientconferenceSid - the conference sidCopyright © 2011 Twilio, Inc. All Rights Reserved.