Class MediaFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Media>
-
- com.twilio.rest.api.v2010.account.message.MediaFetcher
-
-
Constructor Summary
Constructors Constructor Description MediaFetcher(String pathMessageSid, String pathSid)
MediaFetcher(String pathAccountSid, String pathMessageSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Media
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-