UNPKG

@kaltura-ng/kaltura-client

Version:
15 lines (14 loc) 698 B
import { KalturaObjectBase } from '../kaltura-object-base'; export declare class KalturaESearchEntryOrderByFieldName extends KalturaObjectBase { private _value; constructor(value?: string | number); equals(obj: this): boolean; toString(): string; static entryCreatedAt: KalturaESearchEntryOrderByFieldName; static entryEndDate: KalturaESearchEntryOrderByFieldName; static entryName: KalturaESearchEntryOrderByFieldName; static entryStartDate: KalturaESearchEntryOrderByFieldName; static entryUpdatedAt: KalturaESearchEntryOrderByFieldName; static entryViews: KalturaESearchEntryOrderByFieldName; static entryVotes: KalturaESearchEntryOrderByFieldName; }