Package com.kaltura.client.types
Interface GenericSyndicationFeed.Tokenizer
-
- All Superinterfaces:
BaseSyndicationFeed.Tokenizer,ObjectBase.Tokenizer
- All Known Subinterfaces:
ConstantXsltSyndicationFeed.Tokenizer,GenericXsltSyndicationFeed.Tokenizer,OperaSyndicationFeed.Tokenizer,RokuSyndicationFeed.Tokenizer
- Enclosing class:
- GenericSyndicationFeed
public static interface GenericSyndicationFeed.Tokenizer extends BaseSyndicationFeed.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseEntryFilter.TokenizerentryFilter()StringfeedDescription()StringfeedLandingPage()StringpageSize()-
Methods inherited from interface com.kaltura.client.types.BaseSyndicationFeed.Tokenizer
addToDefaultConversionProfile, allowEmbed, categories, createdAt, enforceEntitlement, entriesOrderBy, feedContentTypeHeader, feedUrl, flavorParamId, id, landingPage, name, partnerId, playerUiconfId, playlistId, privacyContext, status, storageId, transcodeExistingContent, type, updatedAt, useCategoryEntries
-
-
-
-
Method Detail
-
feedDescription
String feedDescription()
-
feedLandingPage
String feedLandingPage()
-
entryFilter
BaseEntryFilter.Tokenizer entryFilter()
-
pageSize
String pageSize()
-
-