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, getNumPages, getPage, getPageData, getStart, getTotal, iterator
setRequestAccountSid
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public 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 AddressFactory
TwilioRestException
public Address create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
create
in interface AddressFactory
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.