Class DraftApi.NotImplemented
- java.lang.Object
- 
- com.google.gerrit.extensions.api.changes.CommentApi.NotImplemented
- 
- com.google.gerrit.extensions.api.changes.DraftApi.NotImplemented
 
 
- 
- All Implemented Interfaces:
- CommentApi,- DraftApi
 - Enclosing interface:
- DraftApi
 
 public static class DraftApi.NotImplemented extends CommentApi.NotImplemented implements DraftApi A default implementation which allows source compatibility when adding new methods to the interface.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.CommentApiCommentApi.NotImplemented
 - 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.DraftApiDraftApi.NotImplemented
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotImplemented()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()CommentInfoupdate(DraftInput in)- 
Methods inherited from class com.google.gerrit.extensions.api.changes.CommentApi.NotImplementeddelete, get
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.google.gerrit.extensions.api.changes.CommentApidelete, get
 
- 
 
- 
- 
- 
Method Detail- 
updatepublic CommentInfo update(DraftInput in) throws RestApiException - Specified by:
- updatein interface- DraftApi
- Throws:
- RestApiException
 
 - 
deletepublic void delete() throws RestApiException- Specified by:
- deletein interface- DraftApi
- Throws:
- RestApiException
 
 
- 
 
-