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