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.RevisionReviewerApiRevisionReviewerApi.NotImplemented
 
- 
 - 
Constructor SummaryConstructors Constructor Description NotImplemented()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteVote(DeleteVoteInput input)voiddeleteVote(String label)Map<String,Short>votes()
 
- 
- 
- 
Method Detail- 
votespublic Map<String,Short> votes() throws RestApiException - Specified by:
- votesin interface- RevisionReviewerApi
- Throws:
- RestApiException
 
 - 
deleteVotepublic void deleteVote(String label) throws RestApiException - Specified by:
- deleteVotein interface- RevisionReviewerApi
- Throws:
- RestApiException
 
 - 
deleteVotepublic void deleteVote(DeleteVoteInput input) throws RestApiException - Specified by:
- deleteVotein interface- RevisionReviewerApi
- Throws:
- RestApiException
 
 
- 
 
-