|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.ListResource<OutgoingCallerId>
com.twilio.sdk.resource.list.OutgoingCallerIdList
public class OutgoingCallerIdList
The Class OutgoingCallerIdList. For more information see https://www.twilio.com/docs/api/rest/outgoing-caller-ids
| Constructor Summary | |
|---|---|
OutgoingCallerIdList(TwilioRestClient client)
Instantiates a new outgoing caller id list. |
|
OutgoingCallerIdList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new outgoing caller id list. |
|
| Method Summary | |
|---|---|
CallerIdValidation |
create(List<org.apache.http.NameValuePair> params)
Creates the OutgoingCallerId |
CallerIdValidation |
create(Map<String,String> params)
Creates the OutgoingCallerId |
| Methods inherited from class com.twilio.sdk.resource.ListResource |
|---|
getEnd, getNextUri, getNumPages, getPage, getPageData, getStart, getTotal, 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 |
|---|
public OutgoingCallerIdList(TwilioRestClient client)
client - the client
public OutgoingCallerIdList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters| Method Detail |
|---|
public CallerIdValidation create(Map<String,String> params)
throws TwilioRestException
OutgoingCallerIdFactory
create in interface OutgoingCallerIdFactoryparams - the params map
TwilioRestException
public CallerIdValidation create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
OutgoingCallerIdFactory
create in interface OutgoingCallerIdFactoryparams - the params
TwilioRestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||