Uses of Class
com.twilio.rest.insights.v1.Room.RoomType
-
Packages that use Room.RoomType Package Description com.twilio.rest.insights.v1 -
-
Uses of Room.RoomType in com.twilio.rest.insights.v1
Methods in com.twilio.rest.insights.v1 that return Room.RoomType Modifier and Type Method Description static Room.RoomTypeRoom.RoomType. forValue(String value)Room.RoomTypeRoom. getRoomType()static Room.RoomTypeRoom.RoomType. valueOf(String name)Returns the enum constant of this type with the specified name.static Room.RoomType[]Room.RoomType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.insights.v1 with parameters of type Room.RoomType Modifier and Type Method Description RoomReaderRoomReader. setRoomType(Room.RoomType roomType)Method parameters in com.twilio.rest.insights.v1 with type arguments of type Room.RoomType Modifier and Type Method Description RoomReaderRoomReader. setRoomType(List<Room.RoomType> roomType)
-