Class DeleteDraftComment
- java.lang.Object
-
- com.google.gerrit.server.update.RetryingRestModifyView<DraftCommentResource,Input,CommentInfo>
-
- com.google.gerrit.server.restapi.change.DeleteDraftComment
-
- All Implemented Interfaces:
RestModifyView<DraftCommentResource,Input>
,RestView<DraftCommentResource>
public class DeleteDraftComment extends RetryingRestModifyView<DraftCommentResource,Input,CommentInfo>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Response<CommentInfo>
applyImpl(BatchUpdate.Factory updateFactory, DraftCommentResource rsrc, Input input)
-
Methods inherited from class com.google.gerrit.server.update.RetryingRestModifyView
apply
-
-
-
-
Method Detail
-
applyImpl
protected Response<CommentInfo> applyImpl(BatchUpdate.Factory updateFactory, DraftCommentResource rsrc, Input input) throws RestApiException, UpdateException
- Specified by:
applyImpl
in classRetryingRestModifyView<DraftCommentResource,Input,CommentInfo>
- Throws:
RestApiException
UpdateException
-
-