public static class CommentApi.NotImplemented extends java.lang.Object implements CommentApi
CommentApi.NotImplemented
Constructor and Description |
---|
NotImplemented() |
Modifier and Type | Method and Description |
---|---|
CommentInfo |
delete(DeleteCommentInput input)
Deletes a published comment of a revision.
|
CommentInfo |
get() |
public CommentInfo get() throws RestApiException
get
in interface CommentApi
RestApiException
public CommentInfo delete(DeleteCommentInput input) throws RestApiException
CommentApi
Note instead of deleting the whole comment, this endpoint just replaces the comment's message.
delete
in interface CommentApi
RestApiException