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