public class RevisionReviewerApiImpl extends Object implements RevisionReviewerApi
RevisionReviewerApi.NotImplemented| Modifier and Type | Method and Description |
|---|---|
void |
deleteVote(DeleteVoteInput input) |
void |
deleteVote(String label) |
Map<String,Short> |
votes() |
public Map<String,Short> votes() throws RestApiException
votes in interface RevisionReviewerApiRestApiExceptionpublic void deleteVote(String label) throws RestApiException
deleteVote in interface RevisionReviewerApiRestApiExceptionpublic void deleteVote(DeleteVoteInput input) throws RestApiException
deleteVote in interface RevisionReviewerApiRestApiException