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 Constructor Description NotImplemented()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
deleteVote(DeleteVoteInput input)
void
deleteVote(String label)
Map<String,Short>
votes()
-
-
-
Method Detail
-
votes
public Map<String,Short> votes() throws RestApiException
- Specified by:
votes
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
deleteVote
public void deleteVote(String label) throws RestApiException
- Specified by:
deleteVote
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
deleteVote
public void deleteVote(DeleteVoteInput input) throws RestApiException
- Specified by:
deleteVote
in interfaceRevisionReviewerApi
- Throws:
RestApiException
-
-