Package com.twilio.rest.insights.v1
Class Setting
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.insights.v1.Setting
-
- All Implemented Interfaces:
Serializable
public class Setting 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 SettingFetcherfetcher()static SettingfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Setting object using the provided ObjectMapper.static SettingfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Setting object using the provided ObjectMapper.StringgetAccountSid()BooleangetAdvancedFeatures()URIgetUrl()BooleangetVoiceTrace()inthashCode()static SettingUpdaterupdater()
-
-
-
Method Detail
-
fetcher
public static SettingFetcher fetcher()
-
updater
public static SettingUpdater updater()
-
fromJson
public static Setting fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Setting object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Setting object represented by the provided JSON
-
fromJson
public static Setting fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Setting object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Setting object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getAdvancedFeatures
public final Boolean getAdvancedFeatures()
-
getVoiceTrace
public final Boolean getVoiceTrace()
-
getUrl
public final URI getUrl()
-
-