Package com.kaltura.client.types
Class Playlist
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.BaseEntry
-
- com.kaltura.client.types.Playlist
-
- All Implemented Interfaces:
ResponseType,Serializable
public class Playlist extends BaseEntry
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePlaylist.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetDuration()StringgetExecuteUrl()List<MediaEntryFilterForPlaylist>getFilters()StringgetPlaylistContent()PlaylistTypegetPlaylistType()IntegergetPlays()IntegergetTotalResults()IntegergetViews()voidplaylistContent(String multirequestToken)voidplaylistType(String multirequestToken)voidsetFilters(List<MediaEntryFilterForPlaylist> filters)voidsetPlaylistContent(String playlistContent)voidsetPlaylistType(PlaylistType playlistType)voidsetTotalResults(Integer totalResults)ParamstoParams()voidtotalResults(String multirequestToken)-
Methods inherited from class com.kaltura.client.types.BaseEntry
accessControlId, adminTags, application, applicationVersion, blockAutoTranscript, categories, categoriesIds, conversionProfileId, creatorId, description, displayInSearch, endDate, entitledUsersEdit, entitledUsersPublish, entitledUsersView, getAccessControlId, getAdminTags, getApplication, getApplicationVersion, getBlockAutoTranscript, getCapabilities, getCategories, getCategoriesIds, getConversionProfileId, getCreatedAt, getCreatorId, getDescription, getDisplayInSearch, getDownloadUrl, getEndDate, getEntitledUsersEdit, getEntitledUsersPublish, getEntitledUsersView, getGroupId, getId, getLicenseType, getModerationCount, getModerationStatus, getMultiLingual_description, getMultiLingual_name, getMultiLingual_tags, getName, getOperationAttributes, getParentEntryId, getPartnerData, getPartnerId, getPartnerSortValue, getRank, getRedirectEntryId, getReferenceId, getReplacedEntryId, getReplacementStatus, getReplacingEntryId, getRootEntryId, getSearchText, getStartDate, getStatus, getTags, getTemplateEntryId, getThumbnailUrl, getTotalRank, getType, getUpdatedAt, getUserId, getVersion, getVotes, groupId, licenseType, name, parentEntryId, partnerData, partnerSortValue, redirectEntryId, referenceId, setAccessControlId, setAdminTags, setApplication, setApplicationVersion, setBlockAutoTranscript, setCategories, setCategoriesIds, setConversionProfileId, setCreatorId, setDescription, setDisplayInSearch, setEndDate, setEntitledUsersEdit, setEntitledUsersPublish, setEntitledUsersView, setGroupId, setLicenseType, setMultiLingual_description, setMultiLingual_name, setMultiLingual_tags, setName, setOperationAttributes, setParentEntryId, setPartnerData, setPartnerSortValue, setRedirectEntryId, setReferenceId, setStartDate, setTags, setTemplateEntryId, setType, setUserId, startDate, tags, templateEntryId, type, userId
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
Playlist
public Playlist()
-
Playlist
public Playlist(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-
Method Detail
-
getPlaylistContent
public String getPlaylistContent()
-
setPlaylistContent
public void setPlaylistContent(String playlistContent)
-
playlistContent
public void playlistContent(String multirequestToken)
-
getFilters
public List<MediaEntryFilterForPlaylist> getFilters()
-
setFilters
public void setFilters(List<MediaEntryFilterForPlaylist> filters)
-
getTotalResults
public Integer getTotalResults()
-
setTotalResults
public void setTotalResults(Integer totalResults)
-
totalResults
public void totalResults(String multirequestToken)
-
getPlaylistType
public PlaylistType getPlaylistType()
-
setPlaylistType
public void setPlaylistType(PlaylistType playlistType)
-
playlistType
public void playlistType(String multirequestToken)
-
getPlays
public Integer getPlays()
-
getViews
public Integer getViews()
-
getDuration
public Integer getDuration()
-
getExecuteUrl
public String getExecuteUrl()
-
-