Package com.twilio.rest.media.v1
Class MediaRecordingFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<MediaRecording>
-
- com.twilio.rest.media.v1.MediaRecordingFetcher
-
public class MediaRecordingFetcher extends Fetcher<MediaRecording>
-
-
Constructor Summary
Constructors Constructor Description MediaRecordingFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MediaRecordingfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
MediaRecordingFetcher
public MediaRecordingFetcher(String pathSid)
-
-
Method Detail
-
fetch
public MediaRecording fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<MediaRecording>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-