com.twilio.sdk.resource.list
Class ParticipantList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<Participant>
com.twilio.sdk.resource.list.ParticipantList
- All Implemented Interfaces:
- Iterable<Participant>
public class ParticipantList
- extends ListResource<Participant>
The Class ParticipantList.
For more information see https://www.twilio.com/docs/api/rest/participant
ParticipantList
public ParticipantList(TwilioRestClient client)
- Instantiates a new participant list.
- Parameters:
client - the client
ParticipantList
public ParticipantList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new participant list.
- Parameters:
client - the clientfilters - the filters
ParticipantList
public ParticipantList(TwilioRestClient client,
String conferenceSid)
- Instantiates a new participant list.
- Parameters:
client - the clientconferenceSid - the conference sid
Copyright © 2011 Twilio, Inc. All Rights Reserved.