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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteVote(DeleteVoteInput input) voiddeleteVote(String label) voidremove()voidremove(DeleteReviewerInput input) votes()
-
Constructor Details
-
NotImplemented
public NotImplemented()
-
-
Method Details
-
votes
- Specified by:
votesin interfaceReviewerApi- Throws:
RestApiException
-
deleteVote
- Specified by:
deleteVotein interfaceReviewerApi- Throws:
RestApiException
-
deleteVote
- Specified by:
deleteVotein interfaceReviewerApi- Throws:
RestApiException
-
remove
- Specified by:
removein interfaceReviewerApi- Throws:
RestApiException
-
remove
- Specified by:
removein interfaceReviewerApi- Throws:
RestApiException
-