public class ParticipantList extends NextGenListResource<Participant,TwilioConversationsClient> implements Factory<Participant>
| Constructor and Description |
|---|
ParticipantList(TwilioConversationsClient client,
Map<String,String> filters,
String conversationSid)
Instantiates a Participant list
|
ParticipantList(TwilioConversationsClient client,
String conversationSid)
Instantiates a Participant list
|
| Modifier and Type | Method and Description |
|---|---|
Participant |
create(List<org.apache.http.NameValuePair> params)
Creates a Resource
|
Participant |
create(Map<String,String> params)
Creates a Resource
|
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ParticipantList(TwilioConversationsClient client, String conversationSid)
client - the REST clientconversationSid - the conversation sid, participants belong topublic ParticipantList(TwilioConversationsClient client, Map<String,String> filters, String conversationSid)
client - the REST clientfilters - query parametersconversationSid - the conversation sid, the participants belong topublic Participant create(Map<String,String> params) throws TwilioRestException
Factorycreate in interface Factory<Participant>params - the params listTwilioRestExceptionpublic Participant create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
Factorycreate in interface Factory<Participant>params - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.