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