Class BookmarkListPatchDto
java.lang.Object
io.goobi.viewer.api.rest.v1.bookmarks.BookmarkListPatchDto
Transfer object for
PATCH /users/bookmarks/{listId}. Distinguishes between
"field absent" (null) and "field explicitly set" to support partial updates per
RFC 7396. Intentionally narrow: shareKey and ownership fields are not
patchable through this endpoint to prevent mass-assignment and user-controlled
share-key smuggling.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetDescription(String description) voidsetIsPublic(Boolean isPublic) void
-
Constructor Details
-
BookmarkListPatchDto
public BookmarkListPatchDto()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getIsPublic
-
setIsPublic
-