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