Interface ReviewerApi
- All Known Implementing Classes:
ReviewerApi.NotImplemented
public interface ReviewerApi
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
A default implementation which allows source compatibility when adding new methods to the interface. -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteVote
(DeleteVoteInput input) void
deleteVote
(String label) void
remove()
void
remove
(DeleteReviewerInput input) votes()
-
Method Details
-
votes
- Throws:
RestApiException
-
deleteVote
- Throws:
RestApiException
-
deleteVote
- Throws:
RestApiException
-
remove
- Throws:
RestApiException
-
remove
- Throws:
RestApiException
-