public interface FeedInformation extends ITunes
| Modifier and Type | Method and Description |
|---|---|
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)
|
getAuthor, getBlock, getExplicit, getExplicitNullable, getImage, getImageUri, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setExplicitNullable, setImage, setImageUri, setKeywords, setSubtitle, setSummarycopyFrom, getInterfaceList<Category> getCategories()
void setCategories(List<Category> categories)
categories - The parent categories for this feedboolean getComplete()
void setComplete(boolean complete)
String getNewFeedUrl()
void setNewFeedUrl(String newFeedUrl)
void setOwnerEmailAddress(String ownerEmailAddress)
ownerEmailAddress - Sets the owner email address for the feed.String getOwnerEmailAddress()
void setOwnerName(String ownerName)
ownerName - Sets the owner name for the feedString getOwnerName()
void setType(String type)
type - the type (Either 'serial' or 'episodic')getType() for more detailsString getType()
Copyright © 2021. All rights reserved.