public interface ReviewerApi
Modifier and Type | Interface and Description |
---|---|
static class |
ReviewerApi.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) |
void |
remove() |
void |
remove(DeleteReviewerInput input) |
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
void remove() throws RestApiException
RestApiException
void remove(DeleteReviewerInput input) throws RestApiException
RestApiException