public class IpAccessControlList extends NextGenInstanceResource<TwilioTrunkingClient>
| Constructor and Description |
|---|
IpAccessControlList(TwilioTrunkingClient client,
Map<String,Object> properties)
Initialize ip access control list
|
IpAccessControlList(TwilioTrunkingClient client,
String trunkSid,
String sid)
Initialize ip access control list
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Remove association to the trunk
|
String |
getAccountSid()
The unique ID of the Account related to this ip access control list
|
Calendar |
getDateCreated()
The date this ip access control list was created.
|
Calendar |
getDateUpdated()
The date this ip access control list was updated.
|
String |
getFriendlyName()
A human readable descriptive text, up to 64 characters long.
|
String |
getSid()
A 34 character string that uniquely identifies the Origination URL in this Twilio Trunk.
|
String |
getTrunkSid()
The unique ID of the Trunk related to this ip access control list
|
String |
getUrl()
The absolute URL for this resource
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic IpAccessControlList(TwilioTrunkingClient client, String trunkSid, String sid)
client - An IpAccessControlListpublic IpAccessControlList(TwilioTrunkingClient client, Map<String,Object> properties)
client - A TwilioTrunkingClientproperties - The data for this ip access control listpublic String getSid()
public String getAccountSid()
public String getTrunkSid()
public Calendar getDateCreated()
public Calendar getDateUpdated()
public String getUrl()
public String getFriendlyName()
public boolean delete()
throws TwilioRestException
TwilioRestExceptionCopyright © 2011 Twilio, Inc. All Rights Reserved.