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 RevisionReviewerApi
RestApiException
public void deleteVote(String label) throws RestApiException
deleteVote
in interface RevisionReviewerApi
RestApiException
public void deleteVote(DeleteVoteInput input) throws RestApiException
deleteVote
in interface RevisionReviewerApi
RestApiException