Interface Comments

  • All Known Implementing Classes:
    CommentsImpl

    public interface Comments
    Since:
    publicapi1.0
    Author:
    steveglover
    • Method Detail

      • createComment

        Comment createComment​(java.lang.String nodeId,
                              Comment comment)
      • updateComment

        Comment updateComment​(java.lang.String nodeId,
                              Comment comment)
      • deleteComment

        void deleteComment​(java.lang.String nodeId,
                           java.lang.String commentNodeId)