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