Uses of Class
com.twilio.rest.video.v1.room.RoomRecording.Type
-
Packages that use RoomRecording.Type Package Description com.twilio.rest.video.v1.room -
-
Uses of RoomRecording.Type in com.twilio.rest.video.v1.room
Methods in com.twilio.rest.video.v1.room that return RoomRecording.Type Modifier and Type Method Description static RoomRecording.TypeRoomRecording.Type. forValue(String value)RoomRecording.TypeRoomRecording. getType()static RoomRecording.TypeRoomRecording.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static RoomRecording.Type[]RoomRecording.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-