Class TranscriptionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Transcription>
-
- com.twilio.rest.api.v2010.account.TranscriptionFetcher
-
public class TranscriptionFetcher extends Fetcher<Transcription>
-
-
Constructor Summary
Constructors Constructor Description TranscriptionFetcher(String pathSid)
Construct a new TranscriptionFetcher.TranscriptionFetcher(String pathAccountSid, String pathSid)
Construct a new TranscriptionFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transcription
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
TranscriptionFetcher
public TranscriptionFetcher(String pathSid)
Construct a new TranscriptionFetcher.- Parameters:
pathSid
- The unique string that identifies the resource
-
-
Method Detail
-
fetch
public Transcription fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<Transcription>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched Transcription
-
-