com.twilio.sdk.resource.list
Class ParticipantList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.ListResource<Participant>
          extended by 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


Constructor Summary
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.
 
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

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 client
filters - the filters

ParticipantList

public ParticipantList(TwilioRestClient client,
                       String conferenceSid)
Instantiates a new participant list.

Parameters:
client - the client
conferenceSid - the conference sid


Copyright © 2011 Twilio, Inc. All Rights Reserved.