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