Class: Kaltura::KalturaCategoryOrderBy
- Inherits:
-
Object
- Object
- Kaltura::KalturaCategoryOrderBy
- Defined in:
- lib/kaltura_enums.rb
Constant Summary collapse
- CREATED_AT_ASC =
"+createdAt"
- DEPTH_ASC =
"+depth"
- DIRECT_ENTRIES_COUNT_ASC =
"+directEntriesCount"
- DIRECT_SUB_CATEGORIES_COUNT_ASC =
"+directSubCategoriesCount"
- ENTRIES_COUNT_ASC =
"+entriesCount"
- FULL_NAME_ASC =
"+fullName"
- MEMBERS_COUNT_ASC =
"+membersCount"
- NAME_ASC =
"+name"
- PARTNER_SORT_VALUE_ASC =
"+partnerSortValue"
- UPDATED_AT_ASC =
"+updatedAt"
- CREATED_AT_DESC =
"-createdAt"
- DEPTH_DESC =
"-depth"
- DIRECT_ENTRIES_COUNT_DESC =
"-directEntriesCount"
- DIRECT_SUB_CATEGORIES_COUNT_DESC =
"-directSubCategoriesCount"
- ENTRIES_COUNT_DESC =
"-entriesCount"
- FULL_NAME_DESC =
"-fullName"
- MEMBERS_COUNT_DESC =
"-membersCount"
- NAME_DESC =
"-name"
- PARTNER_SORT_VALUE_DESC =
"-partnerSortValue"
- UPDATED_AT_DESC =
"-updatedAt"