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