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