Bookmark

data class Bookmark(val userReference: UserReference, val tags: List<String>, val collections: List<CollectionReference>, val date: LocalDate, val notes: Html, val bookmarkType: BookmarkType)

Constructors

Link copied to clipboard
constructor(userReference: UserReference, tags: List<String>, collections: List<CollectionReference>, date: LocalDate, notes: Html, bookmarkType: BookmarkType)

Properties

Link copied to clipboard

Type of the bookmark.

Link copied to clipboard

List of collections which the bookmark was added to.

Link copied to clipboard

Time at which the bookmark was created.

Link copied to clipboard
val notes: Html

Bookmarker's notes in raw HTML.

Link copied to clipboard

List of tags associated with the bookmark

Link copied to clipboard

User associated with the bookmark