Interface CommentApi
- All Known Subinterfaces:
- DraftApi
- All Known Implementing Classes:
- CommentApi.NotImplemented,- DraftApi.NotImplemented
public interface CommentApi
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface.
- 
Method SummaryModifier and TypeMethodDescriptiondelete(DeleteCommentInput input) Deletes a published comment of a revision.get()
- 
Method Details- 
get- Throws:
- RestApiException
 
- 
deleteDeletes a published comment of a revision. For NoteDb, it deletes the comment by rewriting the commit history.Note instead of deleting the whole comment, this endpoint just replaces the comment's message. - Returns:
- the comment with its message updated.
- Throws:
- RestApiException
 
 
-