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