public interface CAtomFeedMetaBuilderType
| Modifier and Type | Method and Description |
|---|---|
CAtomFeedMeta |
build()
Construct a new feed based on the parameters so far.
|
void |
setAuthorEmail(String email)
Set the feed author email address.
|
void |
setAuthorName(String name)
Set the feed author name.
|
void |
setTitle(String title)
Set the feed title.
|
void |
setURI(URI uri)
Set the feed URI.
|
CAtomFeedMeta build()
void setAuthorEmail(String email)
email - The emailvoid setAuthorName(String name)
name - The namevoid setTitle(String title)
title - The titlevoid setURI(URI uri)
uri - The URICopyright © 2016 <code@io7m.com> http://io7m.com