Interface DraftApi
- 
- All Superinterfaces:
- CommentApi
 - All Known Implementing Classes:
- DraftApi.NotImplemented
 
 public interface DraftApi extends CommentApi 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classDraftApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelete()CommentInfoupdate(DraftInput in)- 
Methods inherited from interface com.google.gerrit.extensions.api.changes.CommentApidelete, get
 
- 
 
- 
- 
- 
Method Detail- 
updateCommentInfo update(DraftInput in) throws RestApiException - Throws:
- RestApiException
 
 - 
deletevoid delete() throws RestApiException- Throws:
- RestApiException
 
 
- 
 
-