Uses of Interface
org.opencastproject.feed.api.Link
-
Packages that use Link Package Description org.opencastproject.feed.api -
-
Uses of Link in org.opencastproject.feed.api
Methods in org.opencastproject.feed.api that return types with arguments of type Link Modifier and Type Method Description List<Link>
Feed. getLinks()
Returns the entry links.List<Link>
FeedEntry. getLinks()
Returns the entry links.Methods in org.opencastproject.feed.api with parameters of type Link Modifier and Type Method Description void
Feed. addLink(Link link)
Sets the feed link.void
FeedEntry. addLink(Link link)
Adds a link.Method parameters in org.opencastproject.feed.api with type arguments of type Link Modifier and Type Method Description void
Feed. setLinks(List<Link> links)
Sets the entry links.void
FeedEntry. setLinks(List<Link> links)
Sets the entry links.
-