Skip to main content

BookmarksOrderByColumns

The valid fields by which bookmarks can be ordered.

enum BookmarksOrderByColumns {
ID
MODULE
NAME
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}

Values

BookmarksOrderByColumns.ID

Tag's unique identifier.

BookmarksOrderByColumns.MODULE

The bookmark's module.

BookmarksOrderByColumns.NAME

The bookmark's name.

BookmarksOrderByColumns.IS_DEFAULT

Whether this bookmark is the default for the given module.

BookmarksOrderByColumns.CREATED_AT

The date and time when the bookmark was created.

BookmarksOrderByColumns.UPDATED_AT

The date and time when the bookmark was last updated.

BookmarksOrderByColumns.DELETED_AT

The date and time when the bookmark was deleted.

Member Of

QueryBookmarksOrderByOrderByClause input