Interface ReviewerApi
- 
- All Known Implementing Classes:
- ReviewerApi.NotImplemented
 
 public interface ReviewerApi
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classReviewerApi.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)voidremove()voidremove(DeleteReviewerInput input)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
 
 - 
removevoid remove() throws RestApiException- Throws:
- RestApiException
 
 - 
removevoid remove(DeleteReviewerInput input) throws RestApiException - Throws:
- RestApiException
 
 
- 
 
-