Uses of Enum Class
io.meeds.chat.entity.RoomStatus
Packages that use RoomStatus
-
Uses of RoomStatus in io.meeds.chat.dao
Methods in io.meeds.chat.dao with parameters of type RoomStatusModifier and TypeMethodDescriptionMatrixRoomDAO.findBySpaceIdIsNotNullAndStatusIs(RoomStatus status) -
Uses of RoomStatus in io.meeds.chat.entity
Fields in io.meeds.chat.entity declared as RoomStatusMethods in io.meeds.chat.entity that return RoomStatusModifier and TypeMethodDescriptionRoomEntity.getStatus()static RoomStatusReturns the enum constant of this class with the specified name.static RoomStatus[]RoomStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.meeds.chat.entity with parameters of type RoomStatus -
Uses of RoomStatus in io.meeds.chat.storage
Methods in io.meeds.chat.storage with parameters of type RoomStatusModifier and TypeMethodDescriptionMatrixRoomStorage.setRoomEnabled(String roomId, RoomStatus status) Enable or disable a room