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