Uses of Class
io.meeds.chat.rest.model.RoomEntity
Packages that use RoomEntity
-
Uses of RoomEntity in io.meeds.chat.rest
Methods in io.meeds.chat.rest that return RoomEntityModifier and TypeMethodDescriptionMatrixRest.createDirectMessagingRoom(jakarta.servlet.http.HttpServletRequest request, Room room) MatrixRest.getDirectMessagingRoom(jakarta.servlet.http.HttpServletRequest request, String firstParticipant, String secondParticipant) MatrixRest.getMatrixRoomBySpaceId(jakarta.servlet.http.HttpServletRequest request, String spaceId) Methods in io.meeds.chat.rest that return types with arguments of type RoomEntityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<RoomEntity> MatrixRest.getRoomById(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.context.request.WebRequest webRequest, String roomId) org.springframework.http.ResponseEntity<RoomEntity> MatrixRest.getRoomBySpaceId(jakarta.servlet.http.HttpServletRequest request, org.springframework.web.context.request.WebRequest webRequest, long spaceId)