| 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 |
|---|---|
Map<OtherValueKey,String> |
Feed.getOtherValues()
A
Map containing any value present in the podcast XML that is not mapped to any of the
other values present here. |
Map<OtherValueKey,String> |
Item.getOtherValues()
A
Map containing any value present in the podcast XML that is not mapped to any of the
other values present here. |
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.addOtherValue(OtherValueKey key,
String value) |
void |
Item.addOtherValue(OtherValueKey key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static OtherValueKey |
OtherValueKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OtherValueKey[] |
OtherValueKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.