Uses of Class
com.twilio.rest.taskrouter.v1.workspace.worker.WorkersRealTimeStatistics
-
Packages that use WorkersRealTimeStatistics Package Description com.twilio.rest.taskrouter.v1.workspace.worker -
-
Uses of WorkersRealTimeStatistics in com.twilio.rest.taskrouter.v1.workspace.worker
Methods in com.twilio.rest.taskrouter.v1.workspace.worker that return WorkersRealTimeStatistics Modifier and Type Method Description WorkersRealTimeStatisticsWorkersRealTimeStatisticsFetcher. fetch(TwilioRestClient client)static WorkersRealTimeStatisticsWorkersRealTimeStatistics. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a WorkersRealTimeStatistics object using the provided ObjectMapper.static WorkersRealTimeStatisticsWorkersRealTimeStatistics. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a WorkersRealTimeStatistics object using the provided ObjectMapper.
-