@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
15 lines (14 loc) • 698 B
TypeScript
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;
}