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 TypeMethodDescriptionvoiddeleteVote(DeleteVoteInput input) voiddeleteVote(String label) votes() 
- 
Constructor Details
- 
NotImplemented
public NotImplemented() 
 - 
 - 
Method Details
- 
votes
- Specified by:
 votesin interfaceRevisionReviewerApi- Throws:
 RestApiException
 - 
deleteVote
- Specified by:
 deleteVotein interfaceRevisionReviewerApi- Throws:
 RestApiException
 - 
deleteVote
- Specified by:
 deleteVotein interfaceRevisionReviewerApi- Throws:
 RestApiException
 
 -