Package com.kaltura.client.types
Interface QuickPlayDistributionProfile.Tokenizer
-
- All Superinterfaces:
ConfigurableDistributionProfile.Tokenizer,DistributionProfile.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- QuickPlayDistributionProfile
public static interface QuickPlayDistributionProfile.Tokenizer extends ConfigurableDistributionProfile.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringchannelCopyright()StringchannelDescription()StringchannelGenerator()StringchannelImageHeight()StringchannelImageLink()StringchannelImageTitle()StringchannelImageUrl()StringchannelImageWidth()StringchannelLanguage()StringchannelLink()StringchannelManagingEditor()StringchannelRating()StringchannelTitle()StringsftpBasePath()StringsftpHost()StringsftpLogin()StringsftpPass()-
Methods inherited from interface com.kaltura.client.types.ConfigurableDistributionProfile.Tokenizer
fieldConfigArray, itemXpathsToExtend, useCategoryEntries
-
Methods inherited from interface com.kaltura.client.types.DistributionProfile.Tokenizer
autoCreateFlavors, autoCreateThumb, createdAt, deleteEnabled, distributeTrigger, id, name, optionalAssetDistributionRules, optionalFlavorParamsIds, optionalThumbDimensions, partnerId, providerType, recommendedDcForDownload, recommendedDcForExecute, recommendedStorageProfileForDownload, reportEnabled, requiredAssetDistributionRules, requiredFlavorParamsIds, requiredThumbDimensions, status, submitEnabled, sunriseDefaultOffset, sunsetDefaultOffset, supportImageEntry, updatedAt, updateEnabled
-
-
-
-
Method Detail
-
sftpHost
String sftpHost()
-
sftpLogin
String sftpLogin()
-
sftpPass
String sftpPass()
-
sftpBasePath
String sftpBasePath()
-
channelTitle
String channelTitle()
-
channelLink
String channelLink()
-
channelDescription
String channelDescription()
-
channelManagingEditor
String channelManagingEditor()
-
channelLanguage
String channelLanguage()
-
channelImageTitle
String channelImageTitle()
-
channelImageWidth
String channelImageWidth()
-
channelImageHeight
String channelImageHeight()
-
channelImageLink
String channelImageLink()
-
channelImageUrl
String channelImageUrl()
-
channelCopyright
String channelCopyright()
-
channelGenerator
String channelGenerator()
-
channelRating
String channelRating()
-
-