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