@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
22 lines (21 loc) • 1.02 kB
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaCodeCuePointOrderBy extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static createdAtAsc: KalturaCodeCuePointOrderBy;
static createdAtDesc: KalturaCodeCuePointOrderBy;
static durationAsc: KalturaCodeCuePointOrderBy;
static durationDesc: KalturaCodeCuePointOrderBy;
static endTimeAsc: KalturaCodeCuePointOrderBy;
static endTimeDesc: KalturaCodeCuePointOrderBy;
static partnerSortValueAsc: KalturaCodeCuePointOrderBy;
static partnerSortValueDesc: KalturaCodeCuePointOrderBy;
static startTimeAsc: KalturaCodeCuePointOrderBy;
static startTimeDesc: KalturaCodeCuePointOrderBy;
static triggeredAtAsc: KalturaCodeCuePointOrderBy;
static triggeredAtDesc: KalturaCodeCuePointOrderBy;
static updatedAtAsc: KalturaCodeCuePointOrderBy;
static updatedAtDesc: KalturaCodeCuePointOrderBy;
}