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(java.lang.String label) |
java.util.Map<java.lang.String,java.lang.Short> |
votes() |
java.util.Map<java.lang.String,java.lang.Short> votes() throws RestApiException
RestApiException
void deleteVote(java.lang.String label) throws RestApiException
RestApiException
void deleteVote(DeleteVoteInput input) throws RestApiException
RestApiException