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