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 ReviewerApi
public void deleteVote(String label)
deleteVote
in interface ReviewerApi
public void deleteVote(DeleteVoteInput input)
deleteVote
in interface ReviewerApi
public void remove()
remove
in interface ReviewerApi
public void remove(DeleteReviewerInput input)
remove
in interface ReviewerApi