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