. // // @ignore // =================================================================================================== /** * @package Kaltura * @subpackage Client */ class Kaltura_Client_Enum_FileSyncObjectType { const DISTRIBUTION_PROFILE = "contentDistribution.DistributionProfile"; const ENTRY_DISTRIBUTION = "contentDistribution.EntryDistribution"; const GENERIC_DISTRIBUTION_ACTION = "contentDistribution.GenericDistributionAction"; const EMAIL_NOTIFICATION_TEMPLATE = "emailNotification.EmailNotificationTemplate"; const ENTRY = "1"; const UICONF = "2"; const BATCHJOB = "3"; const FLAVOR_ASSET = "4"; const ASSET = "4"; const METADATA = "5"; const METADATA_PROFILE = "6"; const SYNDICATION_FEED = "7"; const CONVERSION_PROFILE = "8"; }