Uses of Enum Class
org.gcube.portal.databook.shared.PostType
Packages that use PostType
-
Uses of PostType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return PostTypeModifier and TypeMethodDescriptionPost.getType()static PostTypeReturns the enum constant of this class with the specified name.static PostType[]PostType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.gcube.portal.databook.shared with parameters of type PostTypeConstructors in org.gcube.portal.databook.shared with parameters of type PostTypeModifierConstructorDescriptionPost(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