Class AvailableAddOn
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.preview.marketplace.AvailableAddOn
-
- All Implemented Interfaces:
Serializable
public class AvailableAddOn extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static AvailableAddOnFetcher
fetcher(String pathSid)
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()
String
getDescription()
String
getFriendlyName()
Map<String,String>
getLinks()
String
getPricingType()
String
getSid()
URI
getUrl()
int
hashCode()
static AvailableAddOnReader
reader()
-
-
-
Method Detail
-
fetcher
public static AvailableAddOnFetcher fetcher(String pathSid)
-
reader
public static AvailableAddOnReader reader()
-
fromJson
public static AvailableAddOn fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AvailableAddOn object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- AvailableAddOn object represented by the provided JSON
-
fromJson
public static AvailableAddOn fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AvailableAddOn object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- AvailableAddOn object represented by the provided JSON
-
getSid
public final String getSid()
-
getFriendlyName
public final String getFriendlyName()
-
getDescription
public final String getDescription()
-
getPricingType
public final String getPricingType()
-
getUrl
public final URI getUrl()
-
-