Class: Kaltura::Constants::Playlist::OrderBy

Inherits:
Object
  • Object
show all
Defined in:
lib/kaltura/constants/playlist.rb

Overview

The constants module will soon be depreciated into an Enumeration module to be more in line with the C# API client’s namespacing.

Constant Summary collapse

NAME_ASC =

order by name ascending

"+name"
NAME_DESC =

order by name descending

"-name"
MODERATION_COUNT_ASC =

order by moderation count ascending

"+moderationCount"
MODERATION_COUNT_DESC =

order by moderation count descending

"-moderationCount"
CREATED_AT_ASC =

order by created_at ascending

"+createdAt"
CREATED_AT_DESC =

order by created_at descending

"-createdAt"
RANK_ASC =

order by rank ascending

"+rank"
RANK_DESC =

order by rank descending

"-rank"