| Package | Description |
|---|---|
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
PrivacyLevel |
Feed.getPrivacy() |
static PrivacyLevel |
PrivacyLevel.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feed.setPrivacy(PrivacyLevel privacy) |
| Constructor and 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)
To use ONLY 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)
To use for USER and ApplicationProfile 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)
for serialization purposes
|
Copyright © 2018. All Rights Reserved.