|
|||||||||
| 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<IpAccessControlListMapping>
com.twilio.sdk.resource.list.sip.IpAccessControlListMappingList
public class IpAccessControlListMappingList
| Constructor Summary | |
|---|---|
IpAccessControlListMappingList(TwilioRestClient client)
Instantiates a new list of ip access control list mappings |
|
IpAccessControlListMappingList(TwilioRestClient client,
Map<String,String> filters)
Instantiates a new list of ip access control list mappings |
|
IpAccessControlListMappingList(TwilioRestClient client,
String sipDomainSid)
Instantiates a new list of ip access control list mappings |
|
| Method Summary | |
|---|---|
IpAccessControlListMapping |
create(List<org.apache.http.NameValuePair> params)
Creates the ip access control list mapping |
IpAccessControlListMapping |
create(Map<String,String> params)
Creates the ip access control list mapping |
String |
getRequestSipDomainSid()
|
| 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 IpAccessControlListMappingList(TwilioRestClient client)
client - the client
public IpAccessControlListMappingList(TwilioRestClient client,
String sipDomainSid)
client - the clientsipDomainSid - the sid of the sip domain owning this set of mappings
public IpAccessControlListMappingList(TwilioRestClient client,
Map<String,String> filters)
client - the clientfilters - the filters| Method Detail |
|---|
public IpAccessControlListMapping create(Map<String,String> params)
throws TwilioRestException
IpAccessControlListMappingFactory
create in interface IpAccessControlListMappingFactoryparams - the params map
TwilioRestException
public IpAccessControlListMapping create(List<org.apache.http.NameValuePair> params)
throws TwilioRestException
IpAccessControlListMappingFactory
create in interface IpAccessControlListMappingFactoryparams - the param list
TwilioRestExceptionpublic String getRequestSipDomainSid()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||