Uses of Class
com.twilio.rest.preview.understand.assistant.fieldtype.FieldValue
-
Packages that use FieldValue Package Description com.twilio.rest.preview.understand.assistant.fieldtype -
-
Uses of FieldValue in com.twilio.rest.preview.understand.assistant.fieldtype
Methods in com.twilio.rest.preview.understand.assistant.fieldtype that return FieldValue Modifier and Type Method Description FieldValueFieldValueCreator. create(TwilioRestClient client)FieldValueFieldValueFetcher. fetch(TwilioRestClient client)static FieldValueFieldValue. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a FieldValue object using the provided ObjectMapper.static FieldValueFieldValue. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a FieldValue object using the provided ObjectMapper.Methods in com.twilio.rest.preview.understand.assistant.fieldtype that return types with arguments of type FieldValue Modifier and Type Method Description Page<FieldValue>FieldValueReader. firstPage(TwilioRestClient client)Page<FieldValue>FieldValueReader. getPage(String targetUrl, TwilioRestClient client)Page<FieldValue>FieldValueReader. nextPage(Page<FieldValue> page, TwilioRestClient client)Page<FieldValue>FieldValueReader. previousPage(Page<FieldValue> page, TwilioRestClient client)ResourceSet<FieldValue>FieldValueReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.preview.understand.assistant.fieldtype with type arguments of type FieldValue Modifier and Type Method Description Page<FieldValue>FieldValueReader. nextPage(Page<FieldValue> page, TwilioRestClient client)Page<FieldValue>FieldValueReader. previousPage(Page<FieldValue> page, TwilioRestClient client)
-