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