public class MessageList extends ListResource<Message,TwilioRestClient> implements MessageFactory
| Constructor and Description |
|---|
MessageList(TwilioRestClient client)
Instantiates a new Message list.
|
MessageList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new Message list.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
create(List<org.apache.http.NameValuePair> params)
Creates the message.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MessageList(TwilioRestClient client)
client - the clientpublic MessageList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic Message create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
MessageFactorycreate in interface MessageFactoryparams - the params listTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.