Uses of Class
io.gs2.chat.model.Room
Packages that use Room
-
Uses of Room in io.gs2.chat.model
Methods in io.gs2.chat.model that return RoomModifier and TypeMethodDescriptionstatic RoomRoom.fromJson(com.fasterxml.jackson.databind.JsonNode data) Room.withCreatedAt(Long createdAt) Room.withMetadata(String metadata) Room.withPassword(String password) Room.withRevision(Long revision) Room.withRoomId(String roomId) Room.withUpdatedAt(Long updatedAt) Room.withUserId(String userId) Room.withWhiteListUserIds(List<String> whiteListUserIds) Methods in io.gs2.chat.model with parameters of type Room -
Uses of Room in io.gs2.chat.result
Methods in io.gs2.chat.result that return RoomModifier and TypeMethodDescriptionCreateRoomFromBackendResult.getItem()CreateRoomResult.getItem()DeleteRoomFromBackendResult.getItem()DeleteRoomResult.getItem()GetRoomResult.getItem()UpdateRoomFromBackendResult.getItem()UpdateRoomResult.getItem()Methods in io.gs2.chat.result that return types with arguments of type RoomMethods in io.gs2.chat.result with parameters of type RoomModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidMethod parameters in io.gs2.chat.result with type arguments of type Room