| Package | Description |
|---|---|
| be.ceau.podcastparser.models.core |
Core models for this library
|
| Modifier and Type | Method and Description |
|---|---|
Person |
Feed.getOwner()
Information that can be used to contact the owner of the podcast for communication specifically
about their podcast.
|
| Modifier and Type | Method and Description |
|---|---|
List<Person> |
Feed.getAuthors()
Artist(s) or author(s) of the feed.
|
List<Person> |
Item.getAuthors()
Email address of the author of the item.
|
List<Person> |
Feed.getContributors() |
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.addAuthor(Person author) |
void |
Item.addAuthor(Person author) |
void |
Feed.addContributor(Person contributor) |
void |
Feed.setOwner(Person owner) |
Copyright © 2018. All rights reserved.