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