public static class CommentApi.NotImplemented extends 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 CommentApiRestApiExceptionpublic CommentInfo delete(DeleteCommentInput input) throws RestApiException
CommentApiNote instead of deleting the whole comment, this endpoint just replaces the comment's message.
delete in interface CommentApiRestApiException