public interface AtomLinkModule extends Module
| Modifier and Type | Method and Description |
|---|---|
List<SyndPerson> |
getAuthors() |
List<SyndPerson> |
getContributors() |
Link |
getLink()
Deprecated.
|
List<Link> |
getLinks() |
void |
setAuthors(List<SyndPerson> authors) |
void |
setContributors(List<SyndPerson> contributors) |
void |
setLink(Link link)
Deprecated.
|
void |
setLinks(List<Link> links) |
copyFrom, getInterfacestatic final String URI
@Deprecated Link getLink()
@Deprecated void setLink(Link link)
List<SyndPerson> getAuthors()
void setAuthors(List<SyndPerson> authors)
List<SyndPerson> getContributors()
void setContributors(List<SyndPerson> contributors)
Copyright © 2021. All rights reserved.