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