Class ReviewerApi.NotImplemented
java.lang.Object
com.google.gerrit.extensions.api.changes.ReviewerApi.NotImplemented
- All Implemented Interfaces:
ReviewerApi
- Enclosing interface:
ReviewerApi
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.ReviewerApi
ReviewerApi.NotImplemented
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteVote
(DeleteVoteInput input) void
deleteVote
(String label) void
remove()
void
remove
(DeleteReviewerInput input) votes()
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
votes
- Specified by:
votes
in interfaceReviewerApi
- Throws:
RestApiException
-
deleteVote
- Specified by:
deleteVote
in interfaceReviewerApi
- Throws:
RestApiException
-
deleteVote
- Specified by:
deleteVote
in interfaceReviewerApi
- Throws:
RestApiException
-
remove
- Specified by:
remove
in interfaceReviewerApi
- Throws:
RestApiException
-
remove
- Specified by:
remove
in interfaceReviewerApi
- Throws:
RestApiException
-