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