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