public static interface EntityInternal.FeedSupport
| Modifier and Type | Method and Description | 
|---|---|
| <T extends Feed>  | addFeed(T feed)Adds the given feed to this entity. | 
| java.util.Collection<Feed> | getFeeds() | 
| boolean | removeAllFeeds()Removes all feeds from this entity. | 
| boolean | removeFeed(Feed feed)Removes the given feed from this entity. | 
java.util.Collection<Feed> getFeeds()
<T extends Feed> T addFeed(T feed)
boolean removeFeed(Feed feed)
boolean removeAllFeeds()