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
|
Boolean |
getExplicitNullable() |
URL |
getImage() |
String |
getImageUri() |
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 |
setExplicitNullable(Boolean explicit) |
void |
setImage(URL image) |
void |
setImageUri(String 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, getInterfacestatic 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()
Boolean getExplicitNullable()
void setExplicit(boolean explicit)
explicit - Boolean as to whether this feed or entry contains adult contentvoid setExplicitNullable(Boolean explicit)
URL 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 entryString getImageUri()
void setImageUri(String image)
Copyright © 2021. All rights reserved.