Uses of Class
org.gcube.portal.databook.shared.PrivacyLevel
-
Packages that use PrivacyLevel Package Description org.gcube.portal.databook.shared -
-
Uses of PrivacyLevel in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return PrivacyLevel Modifier and Type Method Description PrivacyLevelFeed. getPrivacy()Deprecated.PrivacyLevelPost. getPrivacy()static PrivacyLevelPrivacyLevel. valueOf(String name)Returns 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 PrivacyLevel Modifier and Type Method Description voidFeed. setPrivacy(PrivacyLevel privacy)Deprecated.voidPost. setPrivacy(PrivacyLevel privacy)Constructors in org.gcube.portal.databook.shared with parameters of type PrivacyLevel Constructor Description 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)Deprecated.To use ONLY for USER FeedsFeed(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.To use for USER and ApplicationProfile FeedsFeed(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.for serialization purposesPost(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)To use ONLY for USER FeedsPost(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)To use for USER and ApplicationProfile FeedsPost(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)for serialization purposes
-