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 Defaults
DefaultsFetcher. fetch(TwilioRestClient client)
static Defaults
Defaults. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Defaults object using the provided ObjectMapper.static Defaults
Defaults. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Defaults object using the provided ObjectMapper.Defaults
DefaultsUpdater. update(TwilioRestClient client)
-