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)TranscriptionFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Transcriptionfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Transcription fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<Transcription>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-