public class TranscriptionFetcher extends Fetcher<Transcription>
| Constructor and Description |
|---|
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 Transcription execute(TwilioRestClient client)
execute in class Fetcher<Transcription>client - TwilioRestClient with which to make the requestCopyright © 2011 Twilio, Inc. All Rights Reserved.