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 boolean
equals(Object o)
static SettingsFetcher
fetcher()
static Settings
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Settings object using the provided ObjectMapper.static Settings
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Settings object using the provided ObjectMapper.Boolean
getDialingPermissionsInheritance()
URI
getUrl()
int
hashCode()
static SettingsUpdater
updater()
-
-
-
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()
-
-