com.twilio.sdk.resource.list
Class AvailablePhoneNumberList
java.lang.Object
com.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<AvailablePhoneNumber>
com.twilio.sdk.resource.list.AvailablePhoneNumberList
- All Implemented Interfaces:
- Iterable<AvailablePhoneNumber>
public class AvailablePhoneNumberList
- extends ListResource<AvailablePhoneNumber>
The Class AvailablePhoneNumberList.
For more information see https://www.twilio.com/docs/api/rest/available-phone-numbers
TYPE_LOCAL
public static final String TYPE_LOCAL
- See Also:
- Constant Field Values
TYPE_TOLLFREE
public static final String TYPE_TOLLFREE
- See Also:
- Constant Field Values
TYPE_MOBILE
public static final String TYPE_MOBILE
- See Also:
- Constant Field Values
AvailablePhoneNumberList
public AvailablePhoneNumberList(TwilioRestClient client)
- Instantiates a new available phone number list.
- Parameters:
client - the client
AvailablePhoneNumberList
public AvailablePhoneNumberList(TwilioRestClient client,
Map<String,String> filters)
- Instantiates a new available phone number list.
- Parameters:
client - the clientfilters - the filters
AvailablePhoneNumberList
public AvailablePhoneNumberList(TwilioRestClient client,
String isoCountryCode,
String type)
- Instantiates a new available phone number list.
- Parameters:
client - the clientisoCountryCode - the iso country codetype - the type
AvailablePhoneNumberList
public AvailablePhoneNumberList(TwilioRestClient client,
Map<String,String> filters,
String isoCountryCode,
String type)
Copyright © 2011 Twilio, Inc. All Rights Reserved.