public class TranscriptionFetcher extends Fetcher<Transcription>
| Constructor and Description |
|---|
TranscriptionFetcher(String pathSid)
Construct a new TranscriptionFetcher.
|
TranscriptionFetcher(String pathAccountSid,
String pathSid)
Construct a new TranscriptionFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Transcription |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic TranscriptionFetcher(String pathSid)
pathSid - Fetch by unique transcription Sidpublic Transcription fetch(TwilioRestClient client)
fetch in class Fetcher<Transcription>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.