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