Uses of Class
io.meeds.chat.rest.model.RoomList
Packages that use RoomList
-
Uses of RoomList in io.meeds.chat.rest
Methods in io.meeds.chat.rest that return types with arguments of type RoomListModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RoomList> MatrixRest.processRooms(jakarta.servlet.http.HttpServletRequest request, RoomList rooms) Methods in io.meeds.chat.rest with parameters of type RoomListModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RoomList> MatrixRest.processRooms(jakarta.servlet.http.HttpServletRequest request, RoomList rooms) -
Uses of RoomList in io.meeds.chat.service
Methods in io.meeds.chat.service that return RoomListModifier and TypeMethodDescriptionMatrixService.processRooms(RoomList roomList, String currentUserName) Process the Matrix rooms and adds the missing information of users and spacesMethods in io.meeds.chat.service with parameters of type RoomListModifier and TypeMethodDescriptionMatrixService.processRooms(RoomList roomList, String currentUserName) Process the Matrix rooms and adds the missing information of users and spaces