Class RevisionReviewerApiImpl
- java.lang.Object
- 
- com.google.gerrit.server.api.changes.RevisionReviewerApiImpl
 
- 
- All Implemented Interfaces:
- RevisionReviewerApi
 
 public class RevisionReviewerApiImpl extends Object implements RevisionReviewerApi 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.google.gerrit.extensions.api.changes.RevisionReviewerApiRevisionReviewerApi.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
 
 
- 
 
-