Package com.kaltura.client.types
Interface Playlist.Tokenizer
-
- All Superinterfaces:
BaseEntry.Tokenizer,ObjectBase.Tokenizer
- Enclosing class:
- Playlist
public static interface Playlist.Tokenizer extends BaseEntry.Tokenizer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringduration()StringexecuteUrl()RequestBuilder.ListTokenizer<MediaEntryFilterForPlaylist.Tokenizer>filters()StringplaylistContent()StringplaylistType()Stringplays()StringtotalResults()Stringviews()-
Methods inherited from interface com.kaltura.client.types.BaseEntry.Tokenizer
accessControlId, adminTags, application, applicationVersion, blockAutoTranscript, capabilities, categories, categoriesIds, conversionProfileId, createdAt, creatorId, description, displayInSearch, downloadUrl, endDate, entitledUsersEdit, entitledUsersPublish, entitledUsersView, groupId, id, licenseType, moderationCount, moderationStatus, multiLingual_description, multiLingual_name, multiLingual_tags, name, operationAttributes, parentEntryId, partnerData, partnerId, partnerSortValue, rank, redirectEntryId, referenceId, replacedEntryId, replacementStatus, replacingEntryId, rootEntryId, searchText, startDate, status, tags, templateEntryId, thumbnailUrl, totalRank, type, updatedAt, userId, version, votes
-
-
-
-
Method Detail
-
playlistContent
String playlistContent()
-
filters
RequestBuilder.ListTokenizer<MediaEntryFilterForPlaylist.Tokenizer> filters()
-
totalResults
String totalResults()
-
playlistType
String playlistType()
-
plays
String plays()
-
views
String views()
-
duration
String duration()
-
executeUrl
String executeUrl()
-
-