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 JSON object with the configuration that must be provided when
installing a given Add-on.
|
String |
getDescription()
Returns A short description of the Add-on's functionality.
|
String |
getFriendlyName()
Returns The string that you assigned to describe the resource.
|
Map<String,String> |
getLinks()
Returns The URLs of related resources.
|
String |
getPricingType()
Returns How customers are charged for using this Add-on.
|
String |
getSid()
Returns The unique string that identifies the resource.
|
URI |
getUrl()
Returns The absolute URL of the resource.
|
int |
hashCode() |
static AvailableAddOnReader |
reader()
Create a AvailableAddOnReader to execute read.
|
public static AvailableAddOnFetcher fetcher(String pathSid)
pathSid
- The SID of the AvailableAddOn resource to fetchpublic 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()
public final Map<String,String> getLinks()
Copyright © 2019 Twilio, Inc. All Rights Reserved.