|
|||||||||
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<IpAddress>
com.twilio.sdk.resource.list.sip.IpAddressList
public class IpAddressList
Constructor Summary | |
---|---|
IpAddressList(TwilioRestClient client)
Instantiates a new IpAddress list |
|
IpAddressList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new IpAddress list |
|
IpAddressList(TwilioRestClient client,
String ipAccessControlListSid)
Instantiates a new IpAddress list |
Method Summary | |
---|---|
IpAddress |
create(List<org.apache.http.NameValuePair> params)
Creates the IpAddress |
IpAddress |
create(Map<String,String> params)
Creates the IpAddress |
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 IpAddressList(TwilioRestClient client)
client
- the clientpublic IpAddressList(TwilioRestClient client, String ipAccessControlListSid)
client
- the clientipAccessControlListSid
- ip access control list sidpublic IpAddressList(TwilioRestClient client, Map<String,String> filters)
client
- the clientfilters
- the filtersMethod Detail |
---|
public IpAddress create(Map<String,String> params) throws TwilioRestException
IpAddressFactory
create
in interface IpAddressFactory
params
- the params map
TwilioRestException
public IpAddress create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
IpAddressFactory
create
in interface IpAddressFactory
params
- the params list
TwilioRestException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |