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