public class AvailableAddOn extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AvailableAddOnFetcher |
fetcher(String pathSid)
Create a AvailableAddOnFetcher to execute fetch.
|
static AvailableAddOn |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AvailableAddOn object using the provided
ObjectMapper.
|
static AvailableAddOn |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AvailableAddOn object using the provided
ObjectMapper.
|
Map<String,Object> |
getConfigurationSchema()
Returns The The JSON Schema describing the Add-on's configuration.
|
String |
getDescription()
Returns The A short description of the Add-on functionality.
|
String |
getFriendlyName()
Returns The A description of this Add-on.
|
Map<String,String> |
getLinks()
Returns The The links.
|
String |
getPricingType()
Returns The The way customers are charged for using this Add-on.
|
String |
getSid()
Returns The A string that uniquely identifies this Add-on.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static AvailableAddOnReader |
reader()
Create a AvailableAddOnReader to execute read.
|
String |
toString() |
public static AvailableAddOnFetcher fetcher(String pathSid)
pathSid - The unique Available Add-on Sidpublic static AvailableAddOnReader reader()
public static AvailableAddOn fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static AvailableAddOn fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getFriendlyName()
public final String getDescription()
public final String getPricingType()
public final Map<String,Object> getConfigurationSchema()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.