. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_NotificationObjectType { const ENTRY = 1; const KSHOW = 2; const USER = 3; const BATCH_JOB = 4; }