public class IpAccessControlList extends InstanceResource<TwilioRestClient>
| Constructor and Description |
|---|
IpAccessControlList(TwilioRestClient client)
Instantiates a new IpAccessControlList.
|
IpAccessControlList(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new IpAccessControlList.
|
IpAccessControlList(TwilioRestClient client,
String sid)
Instantiates a new IpAccessControlList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Delete this
IpAccessControlList. |
String |
getAccountSid()
Gets the account sid.
|
Date |
getDateCreated()
Gets the date created.
|
Date |
getDateUpdated()
Gets the date updated.
|
String |
getFriendlyName()
Gets the friendly name
|
IpAddress |
getIpAddress(String ipAddressSid)
Gets the ip IpAddresses on this list.
|
IpAddressList |
getIpAddresses()
Gets the ip addresses on this list.
|
IpAddressFactory |
getIpAddressFactory()
Gets the IpAddressFactory, which lets you make new IpAddresses.
|
String |
getSid()
Gets the sid.
|
getObject, getProperty, update, updatesetRequestAccountSidpublic IpAccessControlList(TwilioRestClient client)
client - the clientpublic IpAccessControlList(TwilioRestClient client, String sid)
client - the clientsid - the sidpublic IpAccessControlList(TwilioRestClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getFriendlyName()
public IpAddressList getIpAddresses()
public IpAddressFactory getIpAddressFactory()
public IpAddress getIpAddress(String ipAddressSid)
public boolean delete()
throws TwilioRestException
IpAccessControlList.TwilioRestException - if there is an error in the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.