Uses of Enum
org.gcube.portal.databook.shared.FeedType
Packages that use FeedType
-
Uses of FeedType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return FeedTypeModifier and TypeMethodDescriptionFeed.getType()Deprecated.Gets the type of the feed.static FeedTypeDeprecated.Returns the enum constant of this type with the specified name.static FeedType[]FeedType.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portal.databook.shared with parameters of type FeedTypeConstructors in org.gcube.portal.databook.shared with parameters of type FeedTypeModifierConstructorDescriptionFeed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost) Deprecated.Constructor for user feeds.Feed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed) Deprecated.Constructor for user and application profile feeds.Feed(String key, FeedType type, String entityId, Date time, String vreid, String uri, String uriThumbnail, String description, PrivacyLevel privacy, String fullName, String email, String thumbnailURL, String commentsNo, String likesNo, String linkTitle, String linkDescription, String linkHost, boolean applicationFeed, boolean multiFileUpload) Deprecated.Constructor for serialization purposes.