StatusesOrderByColumns
The valid fields by which statuses can be ordered.
enum StatusesOrderByColumns {
ID
MODULE
NAME
TYPE
IS_DEFAULT
SORT_ORDER
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
StatusesOrderByColumns.ID
Status's unique identifier.
StatusesOrderByColumns.MODULE
The module of the status. Currently supported modules: projects. Example: projects
StatusesOrderByColumns.NAME
The name of the status. Example: In Progress
StatusesOrderByColumns.TYPE
The type of the status.
StatusesOrderByColumns.IS_DEFAULT
Whether the given status should be handled as a default for new entries.
StatusesOrderByColumns.SORT_ORDER
The order/placement of the status.
StatusesOrderByColumns.CREATED_AT
The date and time when the status was created.
StatusesOrderByColumns.UPDATED_AT
The date and time when the status was last updated.
StatusesOrderByColumns.DELETED_AT
The date and time when the status was deleted.