public class DraftApiRestClient extends DraftApi.NotImplemented implements DraftApi
DraftApi.NotImplemented| Constructor and Description |
|---|
DraftApiRestClient(GerritRestClient gerritRestClient,
ChangeApiRestClient changeApiRestClient,
RevisionApiRestClient revisionApiRestClient,
CommentsParser commentsParser,
CommentInfo commentInfo) |
DraftApiRestClient(GerritRestClient gerritRestClient,
ChangeApiRestClient changeApiRestClient,
RevisionApiRestClient revisionApiRestClient,
CommentsParser commentsParser,
String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
CommentInfo |
get() |
CommentInfo |
update(DraftInput in) |
deleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeletepublic DraftApiRestClient(GerritRestClient gerritRestClient, ChangeApiRestClient changeApiRestClient, RevisionApiRestClient revisionApiRestClient, CommentsParser commentsParser, CommentInfo commentInfo)
public DraftApiRestClient(GerritRestClient gerritRestClient, ChangeApiRestClient changeApiRestClient, RevisionApiRestClient revisionApiRestClient, CommentsParser commentsParser, String id)
public CommentInfo update(DraftInput in) throws RestApiException
update in interface DraftApiupdate in class DraftApi.NotImplementedRestApiExceptionpublic void delete()
throws RestApiException
delete in interface DraftApidelete in class DraftApi.NotImplementedRestApiExceptionpublic CommentInfo get() throws RestApiException
get in interface CommentApiget in class CommentApi.NotImplementedRestApiExceptionCopyright © 2018. All rights reserved.