Interface RevisionReviewerApi
- 
- All Known Implementing Classes:
- RevisionReviewerApi.NotImplemented,- RevisionReviewerApiImpl
 
 public interface RevisionReviewerApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classRevisionReviewerApi.NotImplementedA default implementation which allows source compatibility when adding new methods to the interface.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteVote(DeleteVoteInput input)voiddeleteVote(String label)Map<String,Short>votes()
 
- 
- 
- 
Method Detail- 
votesMap<String,Short> votes() throws RestApiException - Throws:
- RestApiException
 
 - 
deleteVotevoid deleteVote(String label) throws RestApiException - Throws:
- RestApiException
 
 - 
deleteVotevoid deleteVote(DeleteVoteInput input) throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-