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