public class OutgoingCallerIdList extends ListResource<OutgoingCallerId,TwilioRestClient> implements OutgoingCallerIdFactory
| Constructor and Description |
|---|
OutgoingCallerIdList(TwilioRestClient client)
Instantiates a new outgoing caller id list.
|
OutgoingCallerIdList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new outgoing caller id list.
|
| Modifier and Type | Method and Description |
|---|---|
CallerIdValidation |
create(List<org.apache.http.NameValuePair> params)
Creates the OutgoingCallerId
|
CallerIdValidation |
create(Map<String,String> params)
Creates the OutgoingCallerId
|
getEnd, getNextUri, getPage, getPageData, getStart, iteratorsetRequestAccountSidequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic OutgoingCallerIdList(TwilioRestClient client)
client - the clientpublic OutgoingCallerIdList(TwilioRestClient client, Map<String,String> filters)
client - the clientfilters - the filterspublic CallerIdValidation create(Map<String,String> params) throws TwilioRestException
OutgoingCallerIdFactorycreate in interface OutgoingCallerIdFactoryparams - the params mapTwilioRestExceptionpublic CallerIdValidation create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
OutgoingCallerIdFactorycreate in interface OutgoingCallerIdFactoryparams - the paramsTwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.