public class AvailablePhoneNumberList extends ListResource<AvailablePhoneNumber,TwilioRestClient>
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_LOCAL |
static String |
TYPE_MOBILE |
static String |
TYPE_TOLLFREE |
| Constructor and Description |
|---|
AvailablePhoneNumberList(TwilioRestClient client)
Instantiates a new available phone number list.
|
AvailablePhoneNumberList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new available phone number list.
|
AvailablePhoneNumberList(TwilioRestClient client,
Map<String,String> filters,
String isoCountryCode,
String type) |
AvailablePhoneNumberList(TwilioRestClient client,
String isoCountryCode,
String type)
Instantiates a new available phone number list.
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final String TYPE_LOCAL
public static final String TYPE_TOLLFREE
public static final String TYPE_MOBILE
public AvailablePhoneNumberList(TwilioRestClient client)
client - the clientpublic AvailablePhoneNumberList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic AvailablePhoneNumberList(TwilioRestClient client, String isoCountryCode, String type)
client - the clientisoCountryCode - the iso country codetype - the typeCopyright © 2011 Twilio, Inc. All Rights Reserved.