public class IpAddress extends Resource
| Modifier and Type | Method and Description |
|---|---|
static IpAddressCreator |
creator(String pathIpAccessControlListSid,
String friendlyName,
String ipAddress)
Create a IpAddressCreator to execute create.
|
static IpAddressCreator |
creator(String pathAccountSid,
String pathIpAccessControlListSid,
String friendlyName,
String ipAddress)
Create a IpAddressCreator to execute create.
|
static IpAddressDeleter |
deleter(String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressDeleter to execute delete.
|
static IpAddressDeleter |
deleter(String pathAccountSid,
String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressDeleter to execute delete.
|
boolean |
equals(Object o) |
static IpAddressFetcher |
fetcher(String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressFetcher to execute fetch.
|
static IpAddressFetcher |
fetcher(String pathAccountSid,
String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressFetcher to execute fetch.
|
static IpAddress |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a IpAddress object using the provided
ObjectMapper.
|
static IpAddress |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a IpAddress 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 |
getIpAccessControlListSid()
Returns The The ip_access_control_list_sid.
|
String |
getIpAddress()
Returns The The ip_address.
|
String |
getSid()
Returns The The sid.
|
String |
getUri()
Returns The The uri.
|
int |
hashCode() |
static IpAddressReader |
reader(String pathIpAccessControlListSid)
Create a IpAddressReader to execute read.
|
static IpAddressReader |
reader(String pathAccountSid,
String pathIpAccessControlListSid)
Create a IpAddressReader to execute read.
|
String |
toString() |
static IpAddressUpdater |
updater(String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressUpdater to execute update.
|
static IpAddressUpdater |
updater(String pathAccountSid,
String pathIpAccessControlListSid,
String pathSid)
Create a IpAddressUpdater to execute update.
|
public static IpAddressReader reader(String pathAccountSid, String pathIpAccessControlListSid)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidpublic static IpAddressReader reader(String pathIpAccessControlListSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpublic static IpAddressCreator creator(String pathAccountSid, String pathIpAccessControlListSid, String friendlyName, String ipAddress)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidfriendlyName - The friendly_nameipAddress - The ip_addresspublic static IpAddressCreator creator(String pathIpAccessControlListSid, String friendlyName, String ipAddress)
pathIpAccessControlListSid - The ip_access_control_list_sidfriendlyName - The friendly_nameipAddress - The ip_addresspublic static IpAddressFetcher fetcher(String pathAccountSid, String pathIpAccessControlListSid, String pathSid)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddressFetcher fetcher(String pathIpAccessControlListSid, String pathSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddressUpdater updater(String pathAccountSid, String pathIpAccessControlListSid, String pathSid)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddressUpdater updater(String pathIpAccessControlListSid, String pathSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddressDeleter deleter(String pathAccountSid, String pathIpAccessControlListSid, String pathSid)
pathAccountSid - The account_sidpathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddressDeleter deleter(String pathIpAccessControlListSid, String pathSid)
pathIpAccessControlListSid - The ip_access_control_list_sidpathSid - The sidpublic static IpAddress fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static IpAddress fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getAccountSid()
public final String getFriendlyName()
public final String getIpAddress()
public final String getIpAccessControlListSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getUri()
Copyright © 2016 Twilio, Inc. All Rights Reserved.