public interface ITunes extends Module
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI |
Modifier and Type | Method and Description |
---|---|
java.lang.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
|
java.net.URL |
getImage() |
java.lang.String[] |
getKeywords()
A list of keywords for this feed or entry
Must not contain spaces
|
java.lang.String |
getSubtitle()
A subtitle for this feed or entry
|
java.lang.String |
getSummary()
A subtitle for this feed or entry
|
void |
setAuthor(java.lang.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(java.net.URL image) |
void |
setKeywords(java.lang.String[] keywords)
A list of keywords for this feed or entry
Must not contain spaces
|
void |
setSubtitle(java.lang.String subtitle)
A subtitle for this feed or entry
|
void |
setSummary(java.lang.String summary)
A subtitle for this feed or entry
|
copyFrom, getInterface
static final java.lang.String URI
java.lang.String getAuthor()
void setAuthor(java.lang.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 contentjava.net.URL getImage()
void setImage(java.net.URL image)
java.lang.String[] getKeywords()
void setKeywords(java.lang.String[] keywords)
keywords
- A list of keywords for this feed or entyjava.lang.String getSubtitle()
void setSubtitle(java.lang.String subtitle)
subtitle
- A subtitle for this feed or entryjava.lang.String getSummary()
void setSummary(java.lang.String summary)
summary
- A subtitle for this feed or entry