public class AccountApiRestClient extends AccountApi.NotImplemented implements AccountApi
AccountApi.NotImplemented| Constructor and Description |
|---|
AccountApiRestClient(GerritRestClient gerritRestClient,
AccountsParser accountsParser,
String name) |
| Modifier and Type | Method and Description |
|---|---|
BinaryResult |
downloadAvatar(int size) |
AccountInfo |
get() |
void |
starChange(String id) |
void |
unstarChange(String id) |
addEmail, addSshKey, createEmail, deleteEmail, deleteExternalIds, deleteSshKey, deleteWatchedProjects, email, getActive, getAvatarUrl, getDiffPreferences, getEditPreferences, getEmails, getExternalIds, getGroups, getPreferences, getStarredChanges, getStars, getWatchedProjects, gpgKey, index, listAgreements, listGpgKeys, listSshKeys, putGpgKeys, setActive, setDiffPreferences, setEditPreferences, setPreferences, setStars, setStatus, setWatchedProjects, signAgreementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddEmail, addSshKey, createEmail, deleteEmail, deleteExternalIds, deleteSshKey, deleteWatchedProjects, email, getActive, getAvatarUrl, getDiffPreferences, getEditPreferences, getEmails, getExternalIds, getGroups, getPreferences, getStarredChanges, getStars, getWatchedProjects, gpgKey, index, listAgreements, listGpgKeys, listSshKeys, putGpgKeys, setActive, setDiffPreferences, setEditPreferences, setPreferences, setStars, setStatus, setWatchedProjects, signAgreementpublic AccountApiRestClient(GerritRestClient gerritRestClient, AccountsParser accountsParser, String name)
public AccountInfo get() throws RestApiException
get in interface AccountApiget in class AccountApi.NotImplementedRestApiExceptionpublic void starChange(String id) throws RestApiException
starChange in interface AccountApistarChange in class AccountApi.NotImplementedRestApiExceptionpublic void unstarChange(String id) throws RestApiException
unstarChange in interface AccountApiunstarChange in class AccountApi.NotImplementedRestApiExceptionpublic BinaryResult downloadAvatar(int size) throws RestApiException
RestApiExceptionCopyright © 2018. All rights reserved.