Uses of Class
org.gcube.portal.databook.shared.PostType
-
Packages that use PostType Package Description org.gcube.portal.databook.shared -
-
Uses of PostType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return PostType Modifier and Type Method Description PostTypePost. getType()static PostTypePostType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostType[]PostType. 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 PostType Modifier and Type Method Description voidPost. setType(PostType type)Constructors in org.gcube.portal.databook.shared with parameters of type PostType Constructor Description 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)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
-