Package com.twilio.rest.marketplace.v1
Class ModuleData
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.marketplace.v1.ModuleData
-
- All Implemented Interfaces:
Serializable
public class ModuleData extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ModuleDataCreator
creator()
boolean
equals(Object o)
static ModuleDataFetcher
fetcher()
static ModuleData
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ModuleData object using the provided ObjectMapper.static ModuleData
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ModuleData object using the provided ObjectMapper.Map<String,Object>
getConfiguration()
Map<String,Object>
getDescription()
Map<String,Object>
getDocumentation()
List<Map<String,Object>>
getListings()
Map<String,Object>
getModuleInfo()
Map<String,Object>
getPolicies()
Map<String,Object>
getPricing()
String
getSid()
Map<String,Object>
getSupport()
URI
getUrl()
int
hashCode()
-
-
-
Method Detail
-
creator
public static ModuleDataCreator creator()
-
fetcher
public static ModuleDataFetcher fetcher()
-
fromJson
public static ModuleData fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ModuleData object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- ModuleData object represented by the provided JSON
-
fromJson
public static ModuleData fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ModuleData object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- ModuleData object represented by the provided JSON
-
getUrl
public final URI getUrl()
-
getSid
public final String getSid()
-
-