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