public class MessageList extends NextGenListResource<Message,TwilioIPMessagingClient> implements ResourceFactory<Message>
| Constructor and Description |
|---|
MessageList(TwilioIPMessagingClient client,
String serviceSid,
String channelSid) |
MessageList(TwilioIPMessagingClient client,
String serviceSid,
String channelSid,
Map<String,String> filters) |
| Modifier and Type | Method and Description |
|---|---|
Message |
create(List<org.apache.http.NameValuePair> params) |
Message |
create(Map<String,String> params) |
getNextPageUrl, getPage, getPageData, getPageSize, getPreviousPageUrl, getUrl, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MessageList(TwilioIPMessagingClient client, String serviceSid, String channelSid)
public Message create(Map<String,String> params) throws TwilioRestException
create in interface ResourceFactory<Message>TwilioRestExceptionpublic Message create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create in interface ResourceFactory<Message>TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.