Package com.twilio.rest.video.v1.room
Class RoomRecordingDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<RoomRecording>
-
- com.twilio.rest.video.v1.room.RoomRecordingDeleter
-
public class RoomRecordingDeleter extends Deleter<RoomRecording>
-
-
Constructor Summary
Constructors Constructor Description RoomRecordingDeleter(String pathRoomSid, String pathSid)
Construct a new RoomRecordingDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.- Specified by:
delete
in classDeleter<RoomRecording>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- true if the object was deleted
-
-