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
RestApiExceptionvoid deleteVote(java.lang.String label)
throws RestApiException
RestApiExceptionvoid deleteVote(DeleteVoteInput input) throws RestApiException
RestApiExceptionvoid remove()
throws RestApiException
RestApiExceptionvoid remove(DeleteReviewerInput input) throws RestApiException
RestApiException