FeedItem

public class FeedItem

Superclass for Posts and Events that mandates they both have a list of PostReply objects that can be displayed in a feed.

Fields

comments

public List<PostReply> comments

This list of PostReplies will be where we store the comments for each post.