|
|||||||||
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<IpAccessControlList>
com.twilio.sdk.resource.list.sip.IpAccessControlListList
public class IpAccessControlListList
This class is a list of IpAccessControlLists. While the name may seem odd at first, it actually is a list of lists, so the name is correct.
Constructor Summary | |
---|---|
IpAccessControlListList(TwilioRestClient client)
Instantiates a new list of ip access control lists |
|
IpAccessControlListList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new list of ip access control lists |
Method Summary | |
---|---|
IpAccessControlList |
create(List<org.apache.http.NameValuePair> params)
Creates the ip access control list |
IpAccessControlList |
create(Map<String,String> params)
Creates the ip access control list |
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 IpAccessControlListList(TwilioRestClient client)
client
- the clientpublic IpAccessControlListList(TwilioRestClient client, Map<String,String> filters)
client
- the clientfilters
- the filtersMethod Detail |
---|
public IpAccessControlList create(Map<String,String> params) throws TwilioRestException
IpAccessControlListFactory
create
in interface IpAccessControlListFactory
params
- the params map
TwilioRestException
public IpAccessControlList create(List<org.apache.http.NameValuePair> params) throws TwilioRestException
IpAccessControlListFactory
create
in interface IpAccessControlListFactory
params
- the params list
TwilioRestException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |