Uses of Enum
org.gcube.portal.databook.shared.PrivacyLevel
Packages that use PrivacyLevel
-
Uses of PrivacyLevel in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return PrivacyLevelModifier and TypeMethodDescriptionFeed.getPrivacy()Deprecated.Gets the privacy level of the feed.Post.getPrivacy()Gets the privacy level of the post.static PrivacyLevelReturns the enum constant of this type with the specified name.static PrivacyLevel[]PrivacyLevel.values()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 PrivacyLevelModifier and TypeMethodDescriptionvoidFeed.setPrivacy(PrivacyLevel privacy) Deprecated.voidPost.setPrivacy(PrivacyLevel privacy) Constructors in org.gcube.portal.databook.shared with parameters of type PrivacyLevelModifierConstructorDescriptionFeed(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.Post(String key, PostType 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) Constructor for user feeds.Post(String key, PostType 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) Constructor for user and application profile feeds.Post(String key, PostType 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) Constructor for serialization purposes, including all fields.