BookmarksWhereColumns
The valid fields by which bookmarks can be queried.
enum BookmarksWhereColumns {
MODULE
NAME
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
BookmarksWhereColumns.MODULE
The bookmark's module.
BookmarksWhereColumns.NAME
The bookmark's name.
BookmarksWhereColumns.IS_DEFAULT
Whether this bookmark is the default for the given module.
BookmarksWhereColumns.CREATED_AT
The date and time when the bookmark was created.
BookmarksWhereColumns.UPDATED_AT
The date and time when the bookmark was last updated.
BookmarksWhereColumns.DELETED_AT
The date and time when the bookmark was deleted.