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