Package com.kaltura.client.types
Interface YoutubeApiDistributionProfile.Tokenizer
-
- All Superinterfaces:
ConfigurableDistributionProfile.Tokenizer,DistributionProfile.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- YoutubeApiDistributionProfile
public static interface YoutubeApiDistributionProfile.Tokenizer extends ConfigurableDistributionProfile.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringallowComments()StringallowEmbedding()StringallowRatings()StringallowResponses()StringapiAuthorizeUrl()StringassumeSuccess()StringdefaultCategory()StringgoogleClientId()StringgoogleClientSecret()StringgoogleTokenData()StringprivacyStatus()Stringusername()-
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
-
username
String username()
-
defaultCategory
String defaultCategory()
-
allowComments
String allowComments()
-
allowEmbedding
String allowEmbedding()
-
allowRatings
String allowRatings()
-
allowResponses
String allowResponses()
-
apiAuthorizeUrl
String apiAuthorizeUrl()
-
googleClientId
String googleClientId()
-
googleClientSecret
String googleClientSecret()
-
googleTokenData
String googleTokenData()
-
assumeSuccess
String assumeSuccess()
-
privacyStatus
String privacyStatus()
-
-