public class IncomingPhoneNumberList extends ListResource<IncomingPhoneNumber> implements IncomingPhoneNumberFactory
| Constructor and Description |
|---|
IncomingPhoneNumberList(TwilioRestClient client)
Instantiates a new incoming phone number list.
|
IncomingPhoneNumberList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new incoming phone number list.
|
| Modifier and Type | Method and Description |
|---|---|
IncomingPhoneNumber |
create(Map<String,String> params)
Creates the.
|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, iteratorsetRequestAccountSidpublic IncomingPhoneNumberList(TwilioRestClient client)
client - the clientpublic IncomingPhoneNumberList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic IncomingPhoneNumber create(Map<String,String> params) throws TwilioRestException
IncomingPhoneNumberFactorycreate in interface IncomingPhoneNumberFactoryparams - the paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.