public interface DraftApi extends CommentApi
Modifier and Type | Interface and Description |
---|---|
static class |
DraftApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
delete() |
CommentInfo |
update(DraftInput in) |
get
CommentInfo update(DraftInput in) throws RestApiException
RestApiException
void delete() throws RestApiException
RestApiException