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