public interface EntryInformation extends ITunes
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosedCaptioned() |
Duration |
getDuration()
Returns the Duration object for this Item
|
java.lang.Integer |
getEpisode() |
java.lang.String |
getEpisodeType()
Get the episode type
|
java.lang.Integer |
getOrder() |
java.lang.Integer |
getSeason() |
java.lang.String |
getTitle() |
void |
setClosedCaptioned(boolean closedCaptioned) |
void |
setDuration(Duration duration)
Sets the Duration object for this Item
|
void |
setEpisode(java.lang.Integer episode) |
void |
setEpisodeType(java.lang.String episodeType)
Set the episode type to one of full (default), trailer or bonus.
|
void |
setOrder(java.lang.Integer order) |
void |
setSeason(java.lang.Integer season) |
void |
setTitle(java.lang.String title) |
getAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummarycopyFrom, getInterfaceDuration getDuration()
void setDuration(Duration duration)
duration - Sets the Duration object for this Itemboolean getClosedCaptioned()
void setClosedCaptioned(boolean closedCaptioned)
java.lang.Integer getOrder()
void setOrder(java.lang.Integer order)
java.lang.String getEpisodeType()
setEpisodeType(episodeType) for detailsvoid setEpisodeType(java.lang.String episodeType)
episodeType - java.lang.Integer getSeason()
void setSeason(java.lang.Integer season)
java.lang.Integer getEpisode()
void setEpisode(java.lang.Integer episode)
java.lang.String getTitle()
void setTitle(java.lang.String title)
Copyright © 2025. All rights reserved.