Uses of Record Class
mmud.rest.webentities.PrivateBoardMessage
Packages that use PrivateBoardMessage
Package
Description
Provides snapshots of database entities, specifically for the web.
-
Uses of PrivateBoardMessage in mmud.rest.webentities
Methods in mmud.rest.webentities that return types with arguments of type PrivateBoardMessageModifier and TypeMethodDescriptionPrivateBoard.messages()
Returns the value of themessages
record component.Constructor parameters in mmud.rest.webentities with type arguments of type PrivateBoardMessageModifierConstructorDescriptionPrivateBoard
(String description, List<PrivateBoardMessage> messages) Creates an instance of aPrivateBoard
record class.PrivateBoard
(Board board, List<PrivateBoardMessage> messages)