@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
44 lines (43 loc) • 2.07 kB
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaLiveEntryOrderBy extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static createdAtAsc: KalturaLiveEntryOrderBy;
static createdAtDesc: KalturaLiveEntryOrderBy;
static durationAsc: KalturaLiveEntryOrderBy;
static durationDesc: KalturaLiveEntryOrderBy;
static endDateAsc: KalturaLiveEntryOrderBy;
static endDateDesc: KalturaLiveEntryOrderBy;
static firstBroadcastAsc: KalturaLiveEntryOrderBy;
static firstBroadcastDesc: KalturaLiveEntryOrderBy;
static lastBroadcastAsc: KalturaLiveEntryOrderBy;
static lastBroadcastDesc: KalturaLiveEntryOrderBy;
static lastPlayedAtAsc: KalturaLiveEntryOrderBy;
static lastPlayedAtDesc: KalturaLiveEntryOrderBy;
static mediaTypeAsc: KalturaLiveEntryOrderBy;
static mediaTypeDesc: KalturaLiveEntryOrderBy;
static moderationCountAsc: KalturaLiveEntryOrderBy;
static moderationCountDesc: KalturaLiveEntryOrderBy;
static nameAsc: KalturaLiveEntryOrderBy;
static nameDesc: KalturaLiveEntryOrderBy;
static partnerSortValueAsc: KalturaLiveEntryOrderBy;
static partnerSortValueDesc: KalturaLiveEntryOrderBy;
static playsAsc: KalturaLiveEntryOrderBy;
static playsDesc: KalturaLiveEntryOrderBy;
static rankAsc: KalturaLiveEntryOrderBy;
static rankDesc: KalturaLiveEntryOrderBy;
static recentAsc: KalturaLiveEntryOrderBy;
static recentDesc: KalturaLiveEntryOrderBy;
static startDateAsc: KalturaLiveEntryOrderBy;
static startDateDesc: KalturaLiveEntryOrderBy;
static totalRankAsc: KalturaLiveEntryOrderBy;
static totalRankDesc: KalturaLiveEntryOrderBy;
static updatedAtAsc: KalturaLiveEntryOrderBy;
static updatedAtDesc: KalturaLiveEntryOrderBy;
static viewsAsc: KalturaLiveEntryOrderBy;
static viewsDesc: KalturaLiveEntryOrderBy;
static weightAsc: KalturaLiveEntryOrderBy;
static weightDesc: KalturaLiveEntryOrderBy;
}