public interface RevisionReviewerApi
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
RevisionReviewerApi.NotImplemented
A default implementation which allows source compatibility when adding new methods to the
 interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteVote(DeleteVoteInput input)  | 
void | 
deleteVote(String label)  | 
Map<String,Short> | 
votes()  | 
Map<String,Short> votes() throws RestApiException
RestApiExceptionvoid deleteVote(String label) throws RestApiException
RestApiExceptionvoid deleteVote(DeleteVoteInput input) throws RestApiException
RestApiException