Uses of Class
com.twilio.rest.autopilot.v1.Assistant
-
Packages that use Assistant Package Description com.twilio.rest.autopilot.v1 -
-
Uses of Assistant in com.twilio.rest.autopilot.v1
Methods in com.twilio.rest.autopilot.v1 that return Assistant Modifier and Type Method Description AssistantAssistantCreator. create(TwilioRestClient client)AssistantAssistantFetcher. fetch(TwilioRestClient client)static AssistantAssistant. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Assistant object using the provided ObjectMapper.static AssistantAssistant. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Assistant object using the provided ObjectMapper.AssistantAssistantUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.autopilot.v1 that return types with arguments of type Assistant Modifier and Type Method Description Page<Assistant>AssistantReader. firstPage(TwilioRestClient client)Page<Assistant>AssistantReader. getPage(String targetUrl, TwilioRestClient client)Page<Assistant>AssistantReader. nextPage(Page<Assistant> page, TwilioRestClient client)Page<Assistant>AssistantReader. previousPage(Page<Assistant> page, TwilioRestClient client)ResourceSet<Assistant>AssistantReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.autopilot.v1 with type arguments of type Assistant Modifier and Type Method Description Page<Assistant>AssistantReader. nextPage(Page<Assistant> page, TwilioRestClient client)Page<Assistant>AssistantReader. previousPage(Page<Assistant> page, TwilioRestClient client)
-