Package io.meeds.notes.mcp.model
Class NoteRootTreeModel
java.lang.Object
io.meeds.notes.mcp.model.NoteTreeModel
io.meeds.notes.mcp.model.NoteRootTreeModel
-
Constructor Summary
ConstructorsConstructorDescriptionNoteRootTreeModel(long noteId, String title, String url, List<NoteTreeModel> childNotes, Long spaceId) -
Method Summary
Methods inherited from class io.meeds.notes.mcp.model.NoteTreeModel
addChildNote
-
Constructor Details
-
NoteRootTreeModel
public NoteRootTreeModel(long noteId, String title, String url, List<NoteTreeModel> childNotes, Long spaceId)
-