Uses of Class
com.twilio.rest.api.v2010.account.Recording
-
Packages that use Recording Package Description com.twilio.rest.api.v2010.account -
-
Uses of Recording in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account 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.Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Recording Modifier and Type Method Description Page<Recording>RecordingReader. firstPage(TwilioRestClient client)Page<Recording>RecordingReader. getPage(String targetUrl, TwilioRestClient client)Page<Recording>RecordingReader. nextPage(Page<Recording> page, TwilioRestClient client)Page<Recording>RecordingReader. previousPage(Page<Recording> page, TwilioRestClient client)ResourceSet<Recording>RecordingReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Recording Modifier and Type Method Description Page<Recording>RecordingReader. nextPage(Page<Recording> page, TwilioRestClient client)Page<Recording>RecordingReader. previousPage(Page<Recording> page, TwilioRestClient client)
-