Uses of Class
org.gcube.portal.databook.shared.Feed
Packages that use Feed
-
Uses of Feed in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return FeedMethods in org.gcube.portal.databook.shared that return types with arguments of type FeedMethods in org.gcube.portal.databook.shared with parameters of type FeedModifier and TypeMethodDescriptionintDeprecated.voidMethod parameters in org.gcube.portal.databook.shared with type arguments of type FeedConstructors in org.gcube.portal.databook.shared with parameters of type FeedModifierConstructorDescriptionEnhancedFeed(Feed feed, boolean liked, boolean isUsers) EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments) EnhancedFeed(Feed feed, boolean liked, boolean isUsers, ArrayList<Comment> comments, ArrayList<Attachment> attachments) Constructor parameters in org.gcube.portal.databook.shared with type arguments of type FeedModifierConstructorDescriptionRangeFeeds(int lastReturnedFeedTimelineIndex, ArrayList<Feed> feeds) Deprecated.