com.twilio.sdk.resource.list
Class DependentPhoneNumberList

java.lang.Object
  extended by com.twilio.sdk.resource.Resource<C>
      extended by com.twilio.sdk.resource.ListResource<DependentPhoneNumber,TwilioRestClient>
          extended by 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


Constructor Summary
DependentPhoneNumberList(TwilioRestClient client)
          Instantiates a new dependent phone number list.
DependentPhoneNumberList(TwilioRestClient client, Map<String,String> filters)
          Instantiates a new dependent phone number list.
DependentPhoneNumberList(TwilioRestClient client, String addressSid)
           
 
Method Summary
 
Methods inherited from class com.twilio.sdk.resource.ListResource
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, iterator
 
Methods inherited from class com.twilio.sdk.resource.Resource
setRequestAccountSid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 client
filters - the filters


Copyright © 2011 Twilio, Inc. All Rights Reserved.