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