com.twilio.sdk.resource.list
Class DependentPhoneNumberList
java.lang.Object
com.twilio.sdk.resource.Resource<C>
com.twilio.sdk.resource.ListResource<DependentPhoneNumber,TwilioRestClient>
com.twilio.sdk.resource.list.DependentPhoneNumberList
- All Implemented Interfaces:
- Iterable<DependentPhoneNumber>
public class DependentPhoneNumberList
- extends ListResource<DependentPhoneNumber,TwilioRestClient>
A list of phone numbers depending on a particular Address for legal requirements.
If non-empty, the corresponding Address cannot be deleted until another Address
is created on the account to satisfy these requirements (or the numbers are released).
Fields on the DependentPhoneNumber instances match those on IncomingPhoneNumber.
For more information see https://www.twilio.com/docs/api/rest/address
DependentPhoneNumberList
public DependentPhoneNumberList(TwilioRestClient client)
- Instantiates a new dependent phone number list.
- Parameters:
client - the client
DependentPhoneNumberList
public DependentPhoneNumberList(TwilioRestClient client,
String addressSid)
DependentPhoneNumberList
public DependentPhoneNumberList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new dependent phone number list.
- Parameters:
client - the clientfilters - the filters
Copyright © 2011 Twilio, Inc. All Rights Reserved.