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 SummaryNested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.ReviewerApiReviewerApi.NotImplemented
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeleteVote(DeleteVoteInput input) voiddeleteVote(String label) voidremove()voidremove(DeleteReviewerInput input) votes()
- 
Constructor Details- 
NotImplementedpublic NotImplemented()
 
- 
- 
Method Details- 
votes- Specified by:
- votesin interface- ReviewerApi
- Throws:
- RestApiException
 
- 
deleteVote- Specified by:
- deleteVotein interface- ReviewerApi
- Throws:
- RestApiException
 
- 
deleteVote- Specified by:
- deleteVotein interface- ReviewerApi
- Throws:
- RestApiException
 
- 
remove- Specified by:
- removein interface- ReviewerApi
- Throws:
- RestApiException
 
- 
remove- Specified by:
- removein interface- ReviewerApi
- Throws:
- RestApiException
 
 
-