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