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