Class FeedReactionValue


Change value describing a reaction to a post/comment/reply.
  • Constructor Details

  • Method Details

    • isPostReaction

      public boolean isPostReaction()
      returns true if the reaction was made on a Post
      Returns:
      true if the reaction was made on a Post
    • isCommentReaction

      public boolean isCommentReaction()
      returns true if the reaction was made on a Comment, false if the reaction was made on a post
      Returns:
      true if the reaction was made on a Comment
    • isReplyReaction

      public boolean isReplyReaction()
      returns true if the reaction was made on a Reply (comment of a comment),
      Returns:
      true if the reaction was made on a Reply
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getReactionType

    • setReactionType

      public void setReactionType(String reactionType)
    • getCommentId

      public String getCommentId()
    • setCommentId

      public void setCommentId(String commentId)