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