Uses of Class
com.twilio.rest.api.v2010.account.Transcription
-
Packages that use Transcription Package Description com.twilio.rest.api.v2010.account -
-
Uses of Transcription in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Transcription Modifier and Type Method Description TranscriptionTranscriptionFetcher. fetch(TwilioRestClient client)static TranscriptionTranscription. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Transcription object using the provided ObjectMapper.static TranscriptionTranscription. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Transcription object using the provided ObjectMapper.Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Transcription Modifier and Type Method Description Page<Transcription>TranscriptionReader. firstPage(TwilioRestClient client)Page<Transcription>TranscriptionReader. getPage(String targetUrl, TwilioRestClient client)Page<Transcription>TranscriptionReader. nextPage(Page<Transcription> page, TwilioRestClient client)Page<Transcription>TranscriptionReader. previousPage(Page<Transcription> page, TwilioRestClient client)ResourceSet<Transcription>TranscriptionReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Transcription Modifier and Type Method Description Page<Transcription>TranscriptionReader. nextPage(Page<Transcription> page, TwilioRestClient client)Page<Transcription>TranscriptionReader. previousPage(Page<Transcription> page, TwilioRestClient client)
-