| Package | Description |
|---|---|
| be.ceau.podcastparser.models.core |
Core models for this library
|
| Modifier and Type | Method and Description |
|---|---|
TypedString |
Feed.getBrowserFriendly() |
TypedString |
Item.getContent()
list Not in RSS specification.
|
TypedString |
Feed.getDescription()
Phrase or sentence describing the channel.
|
TypedString |
Item.getDescription()
The item synopsis.
|
TypedString |
Item.getEmbed()
As specified in the RawVoice namespace
|
TypedString |
Item.getTitle()
The title of the item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setBrowserFriendly(TypedString browserFriendly) |
void |
Item.setContent(TypedString content) |
void |
Feed.setDescription(TypedString description) |
void |
Item.setDescription(TypedString description) |
void |
Item.setEmbed(TypedString embed) |
void |
Item.setTitle(TypedString title) |
Copyright © 2018. All rights reserved.