Class Settings
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.voice.v1.dialingpermissions.Settings
-
- All Implemented Interfaces:
Serializable
public class Settings 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 SettingsFetcherfetcher()static SettingsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Settings object using the provided ObjectMapper.static SettingsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Settings object using the provided ObjectMapper.BooleangetDialingPermissionsInheritance()URIgetUrl()inthashCode()static SettingsUpdaterupdater()
-
-
-
Method Detail
-
fetcher
public static SettingsFetcher fetcher()
-
updater
public static SettingsUpdater updater()
-
fromJson
public static Settings fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Settings object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Settings object represented by the provided JSON
-
fromJson
public static Settings fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Settings object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Settings object represented by the provided JSON
-
getDialingPermissionsInheritance
public final Boolean getDialingPermissionsInheritance()
-
getUrl
public final URI getUrl()
-
-