|
|||||||||
| 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<Call>
com.twilio.sdk.resource.list.CallList
public class CallList
The Class CallList. For more information see https://www.twilio.com/docs/api/rest/call
| Constructor Summary | |
|---|---|
CallList(TwilioRestClient client)
Instantiates a new call list. |
|
CallList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new call list. |
|
| Method Summary | |
|---|---|
Call |
create(List<org.apache.http.NameValuePair> params)
Creates the Call. |
Call |
create(Map<String,String> params)
Creates the Call. |
| 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 CallList(TwilioRestClient client)
client - the client
public CallList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters| Method Detail |
|---|
public Call create(Map<String,String> params)
throws TwilioRestException
CallFactory
create in interface CallFactoryparams - the params map
TwilioRestException
public Call create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
CallFactory
create in interface CallFactoryparams - the params list
TwilioRestException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||