public class ReviewerApiRestClient extends ReviewerApi.NotImplemented implements ReviewerApi
ReviewerApi.NotImplemented| Constructor and Description |
|---|
ReviewerApiRestClient(GerritRestClient gerritRestClient,
ChangeApiRestClient changeApiRestClient,
Integer accountId) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteVote(String label) |
protected String |
getRequestPath() |
Map<String,Short> |
votes() |
deleteVote, remove, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteVote, remove, removepublic ReviewerApiRestClient(GerritRestClient gerritRestClient, ChangeApiRestClient changeApiRestClient, Integer accountId)
public Map<String,Short> votes() throws RestApiException
votes in interface ReviewerApivotes in class ReviewerApi.NotImplementedRestApiExceptionpublic void deleteVote(String label) throws RestApiException
deleteVote in interface ReviewerApideleteVote in class ReviewerApi.NotImplementedRestApiExceptionprotected String getRequestPath()
Copyright © 2018. All rights reserved.