Uses of Class
org.gcube.portal.databook.shared.Post
Packages that use Post
-
Uses of Post in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return PostMethods in org.gcube.portal.databook.shared that return types with arguments of type PostMethods in org.gcube.portal.databook.shared with parameters of type PostModifier and TypeMethodDescriptionintvoidvoidMethod parameters in org.gcube.portal.databook.shared with type arguments of type PostConstructors in org.gcube.portal.databook.shared with parameters of type PostModifierConstructorDescriptionEnhancedPost(Post post, boolean liked, boolean isUsers) EnhancedPost(Post post, boolean liked, boolean isUsers, ArrayList<Comment> comments) EnhancedPost(Post post, boolean liked, boolean isUsers, ArrayList<Comment> comments, ArrayList<Attachment> attachments) PostWithAttachment(Post post, List<Attachment> attachments) Constructor parameters in org.gcube.portal.databook.shared with type arguments of type PostModifierConstructorDescriptionRangePosts(int lastReturnedPostTimelineIndex, ArrayList<Post> feeds)