Package com.twilio.rest.video.v1
Class RoomUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Room>
-
- com.twilio.rest.video.v1.RoomUpdater
-
-
Constructor Summary
Constructors Constructor Description RoomUpdater(String pathSid, Room.RoomStatus status)
Construct a new RoomUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Room
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
RoomUpdater
public RoomUpdater(String pathSid, Room.RoomStatus status)
Construct a new RoomUpdater.- Parameters:
pathSid
- The Room Sid or name that uniquely identifies this resource.status
- Set to completed to end the Room.
-
-
Method Detail
-
update
public Room update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
-
-