public interface ITunes extends Module
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the author string for this feed or entry
|
boolean |
getBlock()
Boolean as to whether to block this feed or entry
|
boolean |
getExplicit()
Boolean as to whether this feed or entry contains adult content
|
URL |
getImage() |
String[] |
getKeywords()
A list of keywords for this feed or entry
Must not contain spaces
|
String |
getSubtitle()
A subtitle for this feed or entry
|
String |
getSummary()
A subtitle for this feed or entry
|
void |
setAuthor(String author)
Sets the author string for this feed or entry
|
void |
setBlock(boolean block)
Boolean as to whether to block this feed or entry
|
void |
setExplicit(boolean explicit)
Boolean as to whether this feed or entry contains adult content
|
void |
setImage(URL image) |
void |
setKeywords(String[] keywords)
A list of keywords for this feed or entry
Must not contain spaces
|
void |
setSubtitle(String subtitle)
A subtitle for this feed or entry
|
void |
setSummary(String summary)
A subtitle for this feed or entry
|
copyFrom, getInterface
static final String URI
String getAuthor()
void setAuthor(String author)
author
- Sets the author string for this feed or entryboolean getBlock()
void setBlock(boolean block)
block
- Boolean as to whether to block this feed or entryboolean getExplicit()
void setExplicit(boolean explicit)
explicit
- Boolean as to whether this feed or entry contains adult contentURL getImage()
void setImage(URL image)
String[] getKeywords()
void setKeywords(String[] keywords)
keywords
- A list of keywords for this feed or entyString getSubtitle()
void setSubtitle(String subtitle)
subtitle
- A subtitle for this feed or entryString getSummary()
void setSummary(String summary)
summary
- A subtitle for this feed or entryCopyright © 2020. All rights reserved.