@kaltura-ng/kaltura-client
Version:
Kaltura Typescript client
22 lines (21 loc) • 1.14 kB
TypeScript
import { KalturaObjectBase } from '../kaltura-object-base';
export declare class KalturaEventNotificationEventType extends KalturaObjectBase {
private _value;
constructor(value?: string | number);
equals(obj: this): boolean;
toString(): string;
static batchJobStatus: KalturaEventNotificationEventType;
static integrationJobClosed: KalturaEventNotificationEventType;
static objectAdded: KalturaEventNotificationEventType;
static objectChanged: KalturaEventNotificationEventType;
static objectCopied: KalturaEventNotificationEventType;
static objectCreated: KalturaEventNotificationEventType;
static objectDataChanged: KalturaEventNotificationEventType;
static objectDeleted: KalturaEventNotificationEventType;
static objectErased: KalturaEventNotificationEventType;
static objectReadyForIndex: KalturaEventNotificationEventType;
static objectReadyForReplacment: KalturaEventNotificationEventType;
static objectReplaced: KalturaEventNotificationEventType;
static objectSaved: KalturaEventNotificationEventType;
static objectUpdated: KalturaEventNotificationEventType;
}