Uses of Class
com.twilio.rest.api.v2010.account.Queue
-
Packages that use Queue Package Description com.twilio.rest.api.v2010.account -
-
Uses of Queue in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Queue Modifier and Type Method Description QueueQueueCreator. create(TwilioRestClient client)QueueQueueFetcher. fetch(TwilioRestClient client)static QueueQueue. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Queue object using the provided ObjectMapper.static QueueQueue. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Queue object using the provided ObjectMapper.QueueQueueUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Queue Modifier and Type Method Description Page<Queue>QueueReader. firstPage(TwilioRestClient client)Page<Queue>QueueReader. getPage(String targetUrl, TwilioRestClient client)Page<Queue>QueueReader. nextPage(Page<Queue> page, TwilioRestClient client)Page<Queue>QueueReader. previousPage(Page<Queue> page, TwilioRestClient client)ResourceSet<Queue>QueueReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Queue Modifier and Type Method Description Page<Queue>QueueReader. nextPage(Page<Queue> page, TwilioRestClient client)Page<Queue>QueueReader. previousPage(Page<Queue> page, TwilioRestClient client)
-