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 booleanequals(Object o)static AvailableAddOnFetcherfetcher(String pathSid)static AvailableAddOnfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AvailableAddOn object using the provided ObjectMapper.static AvailableAddOnfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AvailableAddOn object using the provided ObjectMapper.Map<String,Object>getConfigurationSchema()StringgetDescription()StringgetFriendlyName()Map<String,String>getLinks()StringgetPricingType()StringgetSid()URIgetUrl()inthashCode()static AvailableAddOnReaderreader()
-
-
-
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()
-
-