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