public class IpAccessControlList extends Resource
| Modifier and Type | Method and Description |
|---|---|
static IpAccessControlListCreator |
creator(String pathTrunkSid,
String ipAccessControlListSid)
Create a IpAccessControlListCreator to execute create.
|
static IpAccessControlListDeleter |
deleter(String pathTrunkSid,
String pathSid)
Create a IpAccessControlListDeleter to execute delete.
|
boolean |
equals(Object o) |
static IpAccessControlListFetcher |
fetcher(String pathTrunkSid,
String pathSid)
Create a IpAccessControlListFetcher to execute fetch.
|
static IpAccessControlList |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a IpAccessControlList object using the
provided ObjectMapper.
|
static IpAccessControlList |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a IpAccessControlList object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getFriendlyName()
Returns The The friendly_name.
|
String |
getSid()
Returns The The sid.
|
String |
getTrunkSid()
Returns The The trunk_sid.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static IpAccessControlListReader |
reader(String pathTrunkSid)
Create a IpAccessControlListReader to execute read.
|
String |
toString() |
public static IpAccessControlListFetcher fetcher(String pathTrunkSid, String pathSid)
pathTrunkSid - The trunk_sidpathSid - The sidpublic static IpAccessControlListDeleter deleter(String pathTrunkSid, String pathSid)
pathTrunkSid - The trunk_sidpathSid - The sidpublic static IpAccessControlListCreator creator(String pathTrunkSid, String ipAccessControlListSid)
pathTrunkSid - The trunk_sidipAccessControlListSid - The ip_access_control_list_sidpublic static IpAccessControlListReader reader(String pathTrunkSid)
pathTrunkSid - The trunk_sidpublic static IpAccessControlList fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static IpAccessControlList fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final String getSid()
public final String getTrunkSid()
public final String getFriendlyName()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.