Uses of Record Class
io.meeds.notes.mcp.model.NoteBreadcrumbModel
Packages that use NoteBreadcrumbModel
-
Uses of NoteBreadcrumbModel in io.meeds.notes.mcp.model
Methods in io.meeds.notes.mcp.model that return types with arguments of type NoteBreadcrumbModelModifier and TypeMethodDescriptionNoteModel.breadcrumb()Returns the value of thebreadcrumbrecord component.Constructor parameters in io.meeds.notes.mcp.model with type arguments of type NoteBreadcrumbModelModifierConstructorDescriptionNoteModel(long noteId, String title, String htmlContent, String url, String createdDate, String updatedDate, boolean hasChildNotes, boolean canEdit, io.meeds.mcp.server.tool.model.UserModel author, io.meeds.mcp.server.tool.model.UserModel lastUpdater, List<NoteBreadcrumbModel> breadcrumb) Creates an instance of aNoteModelrecord class.