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