Uses of Enum Class
com.mypurecloud.sdk.v2.model.Room.RoomTypeEnum
Packages that use Room.RoomTypeEnum
-
Uses of Room.RoomTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Room.RoomTypeEnumModifier and TypeMethodDescriptionstatic Room.RoomTypeEnumRoom.RoomTypeEnum.fromString(String key) Room.getRoomType()static Room.RoomTypeEnumReturns the enum constant of this class with the specified name.static Room.RoomTypeEnum[]Room.RoomTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type Room.RoomTypeEnumModifier and TypeMethodDescriptionRoom.roomType(Room.RoomTypeEnum roomType) The type of roomvoidRoom.setRoomType(Room.RoomTypeEnum roomType)