public class InstalledAddOn extends Resource
| Modifier and Type | Method and Description |
|---|---|
static InstalledAddOnCreator |
creator(String availableAddOnSid,
Boolean acceptTermsOfService)
Create a InstalledAddOnCreator to execute create.
|
static InstalledAddOnDeleter |
deleter(String pathSid)
Create a InstalledAddOnDeleter to execute delete.
|
boolean |
equals(Object o) |
static InstalledAddOnFetcher |
fetcher(String pathSid)
Create a InstalledAddOnFetcher to execute fetch.
|
static InstalledAddOn |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InstalledAddOn object using the provided
ObjectMapper.
|
static InstalledAddOn |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InstalledAddOn object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The Account id that has installed this Add-on.
|
Map<String,Object> |
getConfiguration()
Returns The The JSON object representing the current configuration.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this Add-on installation was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this Add-on installation was last updated.
|
String |
getDescription()
Returns The A short description of the Add-on functionality.
|
String |
getFriendlyName()
Returns The A description of this Add-on installation.
|
Map<String,String> |
getLinks()
Returns The The links.
|
String |
getSid()
Returns The A string that uniquely identifies this Add-on installation.
|
String |
getUniqueName()
Returns The The string that uniquely identifies this Add-on installation.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static InstalledAddOnReader |
reader()
Create a InstalledAddOnReader to execute read.
|
String |
toString() |
static InstalledAddOnUpdater |
updater(String pathSid)
Create a InstalledAddOnUpdater to execute update.
|
public static InstalledAddOnCreator creator(String availableAddOnSid, Boolean acceptTermsOfService)
availableAddOnSid - A string that uniquely identifies the Add-on to
installacceptTermsOfService - A boolean reflecting your acceptance of the
Terms of Servicepublic static InstalledAddOnDeleter deleter(String pathSid)
pathSid - The Installed Add-on Sid to deletepublic static InstalledAddOnFetcher fetcher(String pathSid)
pathSid - The unique Installed Add-on Sidpublic static InstalledAddOnUpdater updater(String pathSid)
pathSid - The sidpublic static InstalledAddOnReader reader()
public static InstalledAddOn fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static InstalledAddOn 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 getDescription()
public final Map<String,Object> getConfiguration()
public final String getUniqueName()
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.