public class FeedInformationImpl extends AbstractITunesObject implements FeedInformation
PREFIX, RDF_URI, URI| Constructor and Description |
|---|
FeedInformationImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a copy of this FeedInformationImpl object
|
void |
copyFrom(CopyFrom obj)
Required by the ROME API
|
List<Category> |
getCategories()
The parent categories for this feed
|
boolean |
getComplete() |
String |
getNewFeedUrl() |
String |
getOwnerEmailAddress()
Returns the owner email address for the feed.
|
String |
getOwnerName()
Returns the owner name for the feed
|
String |
getType()
Return the type of podcast (either Episodic or Serial) as introduced in the new Apple Podcast spec for iOS 11.
|
void |
setCategories(List<Category> categories)
The parent categories for this feed
|
void |
setComplete(boolean complete) |
void |
setNewFeedUrl(String newFeedUrl) |
void |
setOwnerEmailAddress(String ownerEmailAddress)
Sets the owner email address for the feed.
|
void |
setOwnerName(String ownerName)
Sets the owner name for the feed
|
void |
setType(String type)
Set the type of podcast to either Episodic (original type of podcasts) or Serial (should be consumed from oldest to newest)
|
String |
toString() |
getAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getInterface, getKeywords, getSubtitle, getSummary, getUri, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummaryequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummarygetInterfacepublic List<Category> getCategories()
getCategories in interface FeedInformationpublic void setCategories(List<Category> categories)
setCategories in interface FeedInformationcategories - The parent categories for this feedpublic boolean getComplete()
getComplete in interface FeedInformationpublic void setComplete(boolean complete)
setComplete in interface FeedInformationpublic String getNewFeedUrl()
getNewFeedUrl in interface FeedInformationpublic void setNewFeedUrl(String newFeedUrl)
setNewFeedUrl in interface FeedInformationpublic String getOwnerName()
getOwnerName in interface FeedInformationpublic void setOwnerName(String ownerName)
setOwnerName in interface FeedInformationownerName - Sets the owner name for the feedpublic String getOwnerEmailAddress()
getOwnerEmailAddress in interface FeedInformationpublic void setOwnerEmailAddress(String ownerEmailAddress)
setOwnerEmailAddress in interface FeedInformationownerEmailAddress - Sets the owner email address for the feed.public void setType(String type)
setType in interface FeedInformationtype - the type (Either 'serial' or 'episodic')getType() for more detailspublic String getType()
getType in interface FeedInformationpublic void copyFrom(CopyFrom obj)
public Object clone()
clone in interface Moduleclone in class AbstractITunesObjectpublic String toString()
toString in class AbstractITunesObjectCopyright © 2021. All rights reserved.