Uses of Class
com.twilio.rest.taskrouter.v1.workspace.worker.WorkerChannel
-
Packages that use WorkerChannel Package Description com.twilio.rest.taskrouter.v1.workspace.worker -
-
Uses of WorkerChannel in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return WorkerChannel Modifier and Type Method Description WorkerChannelWorkerChannelFetcher. fetch(TwilioRestClient client)static WorkerChannelWorkerChannel. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a WorkerChannel object using the provided ObjectMapper.static WorkerChannelWorkerChannel. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a WorkerChannel object using the provided ObjectMapper.WorkerChannelWorkerChannelUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return types with arguments of type WorkerChannel Modifier and Type Method Description Page<WorkerChannel>WorkerChannelReader. firstPage(TwilioRestClient client)Page<WorkerChannel>WorkerChannelReader. getPage(String targetUrl, TwilioRestClient client)Page<WorkerChannel>WorkerChannelReader. nextPage(Page<WorkerChannel> page, TwilioRestClient client)Page<WorkerChannel>WorkerChannelReader. previousPage(Page<WorkerChannel> page, TwilioRestClient client)ResourceSet<WorkerChannel>WorkerChannelReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.taskrouter.v1.workspace.worker with type arguments of type WorkerChannel Modifier and Type Method Description Page<WorkerChannel>WorkerChannelReader. nextPage(Page<WorkerChannel> page, TwilioRestClient client)Page<WorkerChannel>WorkerChannelReader. previousPage(Page<WorkerChannel> page, TwilioRestClient client)
-