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