Interface RevisionReviewerApi
- All Known Implementing Classes:
- RevisionReviewerApi.NotImplemented
public interface RevisionReviewerApi
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classA default implementation which allows source compatibility when adding new methods to the interface.
- 
Method SummaryModifier and TypeMethodDescriptionvoiddeleteVote(DeleteVoteInput input) voiddeleteVote(String label) votes()
- 
Method Details- 
votes- Throws:
- RestApiException
 
- 
deleteVote- Throws:
- RestApiException
 
- 
deleteVote- Throws:
- RestApiException
 
 
-