ViewsOrderByColumns
The valid fields by which views can be ordered.
enum ViewsOrderByColumns {
ID
MODULE
NAME
IS_DEFAULT
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
ViewsOrderByColumns.ID
Tag's unique identifier.
ViewsOrderByColumns.MODULE
The view's module.
ViewsOrderByColumns.NAME
The view's name.
ViewsOrderByColumns.IS_DEFAULT
Whether this view is the default for the given module.
ViewsOrderByColumns.CREATED_AT
The date and time when the view was created.
ViewsOrderByColumns.UPDATED_AT
The date and time when the view was last updated.
ViewsOrderByColumns.DELETED_AT
The date and time when the view was deleted.