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.CommentApi
CommentApi.NotImplemented 
- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.DraftApi
DraftApi.NotImplemented 
 - 
 
- 
Constructor Summary
Constructors Constructor Description NotImplemented() 
- 
Method Summary
All 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.NotImplemented
delete, get 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.google.gerrit.extensions.api.changes.CommentApi
delete, get 
 - 
 
 - 
 
- 
- 
Method Detail
- 
update
public CommentInfo update(DraftInput in) throws RestApiException
- Specified by:
 updatein interfaceDraftApi- Throws:
 RestApiException
 
- 
delete
public void delete() throws RestApiException- Specified by:
 deletein interfaceDraftApi- Throws:
 RestApiException
 
 - 
 
 -