| Package | Description |
|---|---|
| be.ceau.podcastparser.models.core |
Core models for this library
|
| be.ceau.podcastparser.models.support |
Additional models representing custom data constructs
|
| Modifier and Type | Method and Description |
|---|---|
Set<Link> |
Feed.getLinks()
Collection of all links defined at the feed or channel level.
|
Set<Link> |
Item.getLinks()
The URL to the item (RSS spec).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.addLink(Link link) |
void |
Item.addLink(Link link) |
| Modifier and Type | Method and Description |
|---|---|
Link |
Chapter.getHref()
A link providing additional information for this chapter.
|
Link |
Comments.getLink()
URL of a page for comments relating to the item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chapter.setHref(Link href) |
void |
Comments.setLink(Link link) |
Copyright © 2018. All rights reserved.