Uses of Class
com.twilio.rest.voice.v1.dialingpermissions.Settings
-
Packages that use Settings Package Description com.twilio.rest.voice.v1.dialingpermissions -
-
Uses of Settings in com.twilio.rest.voice.v1.dialingpermissions
Methods in com.twilio.rest.voice.v1.dialingpermissions that return Settings Modifier and Type Method Description SettingsSettingsFetcher. fetch(TwilioRestClient client)static SettingsSettings. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Settings object using the provided ObjectMapper.static SettingsSettings. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Settings object using the provided ObjectMapper.SettingsSettingsUpdater. update(TwilioRestClient client)
-