public interface FeedpressModule extends Module, CopyFrom
| Modifier and Type | Field and Description |
|---|---|
static String |
URI
The URI of the namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCssFile()
Get the Feedpress CSS file.
|
String |
getLocale()
Get the Feedpress locale identifier.
|
String |
getNewsletterId()
Get the Feedpress newsletter ID.
|
String |
getPodcastId()
Get the Feedpress podcast ID.
|
void |
setCssFile(String cssFile)
Set the Feedpress CSS file.
|
void |
setLocale(String locale)
Set the Feedpress locale identifier.
|
void |
setNewsletterId(String newsletterId)
Set t Feedpress newsletter ID.
|
void |
setPodcastId(String podcastId)
Set the Feedpress podcast ID.
|
copyFrom, getInterfacestatic final String URI
String getNewsletterId()
void setNewsletterId(String newsletterId)
newsletterId - The Feedpress newsletter ID.String getLocale()
void setLocale(String locale)
locale - The Feedpress locale identifier.String getPodcastId()
void setPodcastId(String podcastId)
podcastId - The Feedpress podcast ID.String getCssFile()
void setCssFile(String cssFile)
cssFile - The Feedpress CSS file.Copyright © 2021. All rights reserved.