com.twilio.sdk.resource.list
Class AddressList
java.lang.Object
com.twilio.sdk.resource.Resource<C>
com.twilio.sdk.resource.ListResource<Address,TwilioRestClient>
com.twilio.sdk.resource.list.AddressList
- All Implemented Interfaces:
- AddressFactory, Iterable<Address>
public class AddressList
- extends ListResource<Address,TwilioRestClient>
- implements AddressFactory
The Class AddressList.
For more information see https://www.twilio.com/docs/api/rest/address
AddressList
public AddressList(TwilioRestClient client)
- Instantiates a new address list.
- Parameters:
client - the client
AddressList
public AddressList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new address list.
- Parameters:
client - the clientfilters - the filters
create
public Address create(Map<String,String> params)
throws TwilioRestException
- Specified by:
create in interface AddressFactory
- Throws:
TwilioRestException
create
public Address create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
- Specified by:
create in interface AddressFactory
- Throws:
TwilioRestException
Copyright © 2011 Twilio, Inc. All Rights Reserved.