public static class ReviewerApi.NotImplemented extends Object implements ReviewerApi
ReviewerApi.NotImplemented| Constructor and Description |
|---|
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()
votes in interface ReviewerApipublic void deleteVote(String label)
deleteVote in interface ReviewerApipublic void deleteVote(DeleteVoteInput input)
deleteVote in interface ReviewerApipublic void remove()
remove in interface ReviewerApipublic void remove(DeleteReviewerInput input)
remove in interface ReviewerApi